I have made a jQuery menu, Looks great, works a treat. The only problem I have is when a user mouse’s over it, It tends to “Bounce” quite a bit on a few mouseOver and mouseOuts, becoming slightly annoying and to a point where we may have to scrap it.
Does anyone know a way to stop it, or certainly slow it down.
An example is here :
Thanks in advance.
To stop animation use jquery stop()
And maybe http://cherne.net/brian/resources/jquery.hoverIntent.html plugin helps you: