.hover() and its queue
.hover() and its queue
Hi,
I'm using .hover() to highlight some images in a row.
onMouseOver the image animate its opacity from 0.8 to 1,
onMouseOut ... you can imagine.
It works quite well, but if you move the mouse very quickly in and
out, in and out,... the images continue to make the animation for some
seconds.
I think this is caused by a sort of queue managed by .hover()
function, this function remember how many times I "hover" the images.
In this case this in not a very cool features.
Someone know avoid this?
Thank you in advance