Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

MouseWheelEvent

非标准
该特性是非标准的,请尽量不要在生产环境中使用它!

已废弃
该特性已经从 Web 标准中删除,虽然一些浏览器目前仍然支持它,但也许会在未来的某个时间停止支持,请尽量不要使用该特性。

Note: 由于该事件对象是非标准的,所以Gecko并不准备实现它.

MouseWheelEvent事件对象代表了当用户在滚动鼠标滚轮时触发的事件.

要优先使用标准化过的WheelEvent来代替该陈旧的事件对象.

属性

名称 类型 描述
wheelDelta long 滚动的距离,以像素为单位 (由MSDN定义,但实际的用法不同, 查看mousewheel. 只读.

滚轮相关事件对比

事件类型 事件对象 是否标准 兼容性
mousewheel MouseWheelEvent 非标准 只有Firefox不支持
DOMMouseScroll MouseScrollEvent 非标准 只有Firefox支持
wheel WheelEvent DOM Level 3 Firefox 17+ ie9+

浏览器兼容性

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari (WebKit)
Basic support (Yes) 未实现 6.0 (Yes) (Yes)
Feature Android Firefox Mobile (Gecko) IE Phone Opera Mobile Safari Mobile
Basic support ? 未实现 ? ? ?

相关链接

文档标签和贡献者

 此页面的贡献者: ziyunfei, teoli
 最后编辑者: teoli,