Internet Explorer 平滑滚动检测
这是一个由两部分组成的问题。我构建一个网页,我需要知道:
- 有没有办法检测 IE 是否启用了平滑滚动(如果是,如何)?
- 有没有办法强制 IE 关闭网页的平滑滚动?
需要明确的是,我并不是问如何关闭整个计算机的平滑滚动。我是开发一个网页的开发人员,该网页只有在禁用平滑滚动的情况下才能正常工作。
This is a two part question. I building a web page and I need to know:
- Is there a way to detect if IE has smooth scrolling enabled (if so, how)?
- Is there a way to force IE to turn off smooth scrolling for my web page?
To be clear, I'm not asking how to turn off smooth scrolling for the whole computer. I am the developer developing a web page that will only work properly if smooth scrolling is disabled.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
总之,IE 很糟糕。 ;)
In conclusion, IE sucks. ;)
5 年后我只是在这里叽叽喳喳......
如果您自己手动覆盖该事件,您可以删除 IE 中的平滑滚动。
这足以让我解决 IE 平滑滚动问题。
从此处公然窃取
I'm just chirping in here 5 years later...
You can remove smooth scrolling in IE if you manually override the event yourself.
This was sufficient for me to resolve my IE smooth scrolling issues.
Blatantly stolen from Here