[jQuery] Re: easing 1.3 plugin how to implement pls?

2009-10-20 Thread jessie
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 wrote: > take out trailing comma after "500" > IE will throw error every time on trailing comm

[jQuery] Re: easing 1.3 plugin how to implement pls?

2009-10-20 Thread Charlie
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(){ //

[jQuery] Re: easing 1.3 plugin how to implement pls?

2009-10-20 Thread jessie
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,

[jQuery] Re: easing 1.3 plugin how to implement pls?

2009-10-20 Thread Richard D. Worth
Looking at the 'Available Options' on http://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 wrote: > > Ok after reading a bit i know realise that i have to animate and

[jQuery] Re: easing 1.3 plugin how to implement pls?

2009-10-19 Thread jessie
Bump * anyone please? On Oct 19, 9:23 am, jessie wrote: > Hi > > I have fancybox lightbox installed and i wanted a different transition > effect.  So i've installed the easing 1.3 plugin > > I have read and re-read the instructions but i don't really understand > where i need to make the change

[jQuery] Re: easing 1.3 plugin how to implement pls?

2009-10-19 Thread jessie
Ok after reading a bit i know realise that i have to animate and add the motion Does 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 });}