pause/resume jquery .animate()?

后端 未结 2 1873
萌比男神i
萌比男神i 2020-12-21 21:20

I am 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?

相关标签:
2条回答
  • 2020-12-21 22:05

    This Pause plugin is smoother, and works natively with the standard jQuery animate() method

    0 讨论(0)
  • 2020-12-21 22:10

    This (http://plugins.jquery.com/project/Pause-Resume-animation) plug-in will do the trick.

    0 讨论(0)
提交回复
热议问题