暂停/恢复 jquery .animate()?
我正在使用 jquery 来制作对象的动画。
我正在寻找一种方法来在鼠标悬停时暂停动画,并在鼠标离开后恢复动画。
这可能吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这个(http://plugins.jquery.com/project/Pause-Resume-animation) 插件就可以解决这个问题。
This (http://plugins.jquery.com/project/Pause-Resume-animation) plug-in will do the trick.
这个 Pause 插件 更流畅,并且可以与标准 jQuery animate() 方法一起使用
This Pause plugin is smoother, and works natively with the standard jQuery animate() method