mouseenter/mouseleave 和淡出问题
我在 div 上使用 mouseenter/mouseleave 来淡入淡出。
问题是,当快速悬停 div 时,会导致某种队列,其中 div 不断消失多次。
似乎我需要停止像“在鼠标上然后停止淡出”这样的效果。
有什么想法吗?
I'm using mouseenter/mouseleave on a div for fading it in and out.
The problem is when quickly hovering the div it results to some kind of queue where the div keeps fading several times.
Seems like I need to stop the effect like "on mousenter then stop fading out".
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 .stop(),其记录如下: http://api.jquery.com/stop/< /a>
You can use .stop(), which is documented here: http://api.jquery.com/stop/