WheelEvent
DOM事件会在用户滚动鼠标滚轮或操作其他类似的输入设备时触发.
属性
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) |
? |
? |
? |
相关链接
文档标签和贡献者