Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://jsfiddle.net/deswolf/D9X53/ 如果你用这个菜单玩了一会儿,你会注意到当你的鼠标离开顶部时,你会得到很多闪烁,这真的很烦人。我怎样才能解决这个问题?
当您在菜单仍在滚动时返回菜单时会发生您遇到的问题。我更新了您的代码以禁用该mouseenter事件 500 毫秒(足以让菜单滚动),然后再次启用它。这可以防止您在mouseenter事件仍在滚动时触发事件(导致事件滚动)。
mouseenter
演示