pause/resume jquery .animate()?
I 开发者_StackOverflowam using jquery to animate an object.
I am looking for a way to pause the animation on mouseover, and resume it after the mouse has left.
Is this possible?
This (http://plugins.jquery.com/project/Pause-Resume-animation) plug-in will do the trick.
This Pause plugin is smoother, and works natively with the standard jQuery animate() method
精彩评论