yes i found the solution just 10 min ago on the fancybox groups ! It was a nasty, nasty thing,,,, i would of never figured it out! yet so simple!
Thanx by the way. Jess. On Oct 20, 11:13 pm, Charlie <charlie...@gmail.com> wrote: > take out trailing comma after "500" > IE will throw error every time on trailing commas > jessie wrote:Thanx Richard, Well its all now working apart from IE!!!!! > Everything seems to flow fine in Firefox but none of it works in IE after i > implemented this to my effects.js $(function(){ // Document is ready > $("a.group").fancybox({ 'overlayShow' : true, 'zoomSpeedIn' : 600, > 'zoomSpeedOut' : 500, }); }); Jess :) On Oct 20, 7:15 pm, "Richard D. > Worth"<rdwo...@gmail.com>wrote:Looking at the 'Available Options' > onhttp://fancybox.net/howto, my guess would be one of these settings: > easingIn, easingOut, easingChange Easing used for animations - Richard On > Mon, Oct 19, 2009 at 8:10 AM, jessie<mi...@optusnet.com.au>wrote:Ok after > reading a bit i know realise that i have to animate and add the motionDoes > anyone know how i would do this please?This is what i have for my fancybox to > which i'd like to animate differently to the standard > swing.jQuery(function($) { $("a.group").fancybox({ "overlayShow" : true > });});Thanx JessOn Oct 19, 9:23 am, jessie<mi...@optusnet.com.au>wrote:HiI > have fancybox lightbox installed and i wanted a different transition effect. > So i've installed theeasing1.3 pluginI have read and re-read the instructions > but i don't really understand where i need to make the change for it to take > effect.Its all loading fine so there are no problems there.Here is the > instructions.http://gsgd.co.uk/sandbox/jquery/easing/Usage Default Choose a > defaulteasingmethod to overwrite the standard 'swing' animation. > Theeasingdefault is 'easeOutQuad', specify your own using the following: > jQuery.easing.def = "string"; Where string is one of the equation names. The > old swing function is renamed to jswing.Ummmm yes, and where do I make this > change? And not sure I know what a string is but I thought it would be any > othereasingfunction such as ‘easeInSine’ etc. no? but where exactly do I put > it? am i suppose to edit the plugin or have another js file with those > commands?Thanks Jess- Hide quoted text -- Show quoted text -