jquery - Zoom DIV Effect, Weird Behaviour when Hovering Fast -


i have following code: http://jsfiddle.net/8fvjn/15/

i getting weird effect when hover 1 box next in quick succession - start going kind of mad. try hovering 1 other fast, , see mean.

is there way stop behaviour?

zach

try using

.stop(true, true) 

it clear queue , stop current animation.

working demo


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -