如何切换鼠标的垂直和水平滚动?
我有一个水平布局的网站,我如何让鼠标滚轮相对于 x 轴(而不是像往常一样的 y 轴)滚动。 我使用 jQuery 插件 mousewheel
和 scrollTo
,但我无法实现 柔和、自然的滚动。 您可以查看我的测试网站上的示例
I have website with horizontal layout and i what to make mouse wheel scroll it relative to axis x (not y, like usual).
I use jQuery plugins mousewheel
and scrollTo
, but I can't achieve
soft, natural scroll.
You can look at the example on my test site
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我回答了一个与此类似的问题...我们结束了不使用 jQuery 动画,因为它不稳定。这是演示。
尝试更改增量乘数来更改鼠标滚轮滚动的量:
I answered a question similar to this... we ended up not using jQuery animation because it was choppy. Here is the demo.
Try changing the delta multiplier to change the amount the mousewheel scrolls: