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.
我正在使用缩略图作为导航的 jquery 图像滑块/插件。我注意到它们非常“跳跃”,因为当我第一次将鼠标悬停在图像上时,整个选择会前后移动。此外,当我将光标从缩略图上移开时,它们也会这样做。任何想法如何防止/减少这种情况?
现场直播。
这是因为滑块基于鼠标位置,但缩略图仅在您将鼠标悬停在缩略图导航上时才会移动。所以当你离开导航时,将光标向左移动很长一段距离,然后将其放回导航上,它当然会跳跃很多。
a) 使用不同的滚动缩略图导航的方法,而不是基于鼠标位置
b)让缩略图导航一直滚动,无论您是否将鼠标悬停在它上面