The WheelEvent.deltaX
read-only property is a double
representing the horizontal scroll amount in the WheelEvent.deltaMode
unit.
The WheelEvent.deltaX
read-only property is a double
representing the horizontal scroll amount in the WheelEvent.deltaMode
unit.
A number.
js
const syntheticEvent = new WheelEvent("syntheticWheel", { deltaX: 4, deltaMode: 0, }); console.log(syntheticEvent.deltaX);
Specification |
---|
UI Events # dom-wheelevent-deltax |
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
deltaX |
31 | 12 | 17 | 9IE9 supports an old draft of the spec where this value was along instead of a double . |
18 | 8 | 4.4.3 | 31 | 17 | 18 | 8 | 2.0 |
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/WheelEvent/deltaX