I've noticed that animations and such in jQuery tends to "queue". When
I have many animated elements, each triggered on mouseover ( in this
case, Tooltips ), and rapidly move my mouse across several elements,
the Tooltips will start showing in the order that the mouse touched
them.

Is there any way to abort an animation when another one starts, or
disable the animation queue?

Reply via email to