|
I *think* you'll want to animate when the mouse is over the element, not just when the mouse enters the elements. That is, you should use an mouseover event rather than mouseenter. (I'm not sure about the event names, but I'm guessing there is an event called mouseover, mousehover or similar)
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
|