[jQuery] Re: Animate Delay Issue

2009-02-24 Thread Wolf
I just watched a couple of videos on Ajaxian.com where John Resig was talking about chaining, but it didn't sink it. Thanks for the help. My animation works great now. On Feb 24, 5:35 am, Stephan Veigl wrote: > Hi Wolf, > > try to stop previous animations before adding a new one: >   $(this).s

[jQuery] Re: Animate Delay Issue

2009-02-24 Thread Stephan Veigl
Hi Wolf, try to stop previous animations before adding a new one: $(this).stop().animate({...}); by(e) Stephan 2009/2/24 Wolf : > > I have a strange delay issue. > > I'm working on a menu animation.  When a user moves their mouse to the > top, it will move the menu up and when they move their