用户交互完成后立即停止 jquery 动画
我正在制作一个小型 slideUp/slideDown
动画(此处)。 就像,mouseenter -->向上滑动
& 鼠标离开 -->向下滑动
。 它按预期工作。 但问题是,如果用户连续执行mouseenter/mouseleave
,完成后,动画仍然会发生。
它看起来不酷。我尝试了 jquery、clearQueue() & stop() 函数。但没有用。
任何建议。
I am doing a small slideUp/slideDown
animation(here).
Its like, mouseenter --> slideUP
& mouseleave --> slideDown
.
It works as expected.
But the problem is, if the user do mouseenter/mouseleave
continuously, after he done with it, the animation is still happens.
Its not looks cool. I tried jquery, clearQueue() & stop()
functions. But no use.
Any suggestions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定这是否是您使用 .stop() 的方式,但这似乎对我有用:
Not sure if this is how you used .stop() but this seems to work for me: