[jQuery] Re: superfish: how do I turn off animations

2007-10-12 Thread gdw
Thanks On Oct 10, 3:29 am, Joel Birch [EMAIL PROTECTED] wrote: Whoops, I obviously need a break. Here is the correct code: $('#yourNav').superfish({ animation: {height: 'show'}, speed: 1 /* animation speed 1 millisecond */ }); Joel Birch

[jQuery] Re: superfish: how do I turn off animations

2007-10-10 Thread Joel Birch
Maybe just do: $('#yourNav').superfish({ height: 'show', speed: 1 /* animation speed 1 millisecond */ }); Joel Birch.

[jQuery] Re: superfish: how do I turn off animations

2007-10-10 Thread Joel Birch
Whoops, I obviously need a break. Here is the correct code: $('#yourNav').superfish({ animation: {height: 'show'}, speed: 1 /* animation speed 1 millisecond */ }); Joel Birch