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.

WheelEvent

WheelEvent DOM事件会在用户滚动鼠标滚轮操作其他类似的输入设备时触发.

该事件对象是一个和原先的MouseWheelEvent完全不同的事件对象.

属性

名称 类型 描述
deltaX float 水平滚动量 只读.
deltaY float 垂直滚动量 只读.
deltaZ float z轴滚动量. 只读.
deltaMode unsigned long 增量值的单位.在Delta modes中查看可用值列表. 只读.

常量

Delta 模式

名称 描述
DOM_DELTA_PIXEL 0x00 增量值的单位为像素.
DOM_DELTA_LINE 0x01 增量值的单位为行
DOM_DELTA_PAGE 0x02 增量值的单位为页

浏览器兼容性

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

相关链接

文档标签和贡献者

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