开发者

Zoom DIV Effect, Weird Behaviour when Hovering Fast

开发者 https://www.devze.com 2023-03-22 02:47 出处:网络
I have the follo开发者_JAVA百科wing code: http://jsfiddle.net/8fvJN/15/ I am getting a very weird effect when you hover from one box to the next in quick succession - they start going kind of mad.Try

I have the follo开发者_JAVA百科wing code: http://jsfiddle.net/8fvJN/15/

I am getting a very weird effect when you hover from one box to the next in quick succession - they start going kind of mad. Try hovering from one to the other very fast, and you will see what I mean.

Is there any way to stop this behaviour?

Zach


Try using

.stop(true, true)

It will clear the queue and stop the current animation.

working demo

0

精彩评论

暂无评论...
验证码 换一张
取 消