Scroll methods on elements (scroll, scrollTo, scrollBy)
- WDMethods to change the scroll position of an element. Similar to setting scrollTop
& scrollLeft
properties, but also allows options to be passed to define the scroll behavior.
IE
- 5.5 - 10: Not supported
- 11: Not supported
Edge
- 12 - 18: Not supported
- 79 - 86: Supported
- 87: Supported
Firefox
- 2 - 35: Not supported
- 36 - 83: Supported
- 84: Supported
- 85 - 86: Supported
Chrome
- 4 - 60: Not supported
- 61 - 86: Supported
- 87: Supported
- 88 - 90: Supported
Safari
- 3.1 - 9.1: Not supported
- 10 - 13.1: Partial support
- 14: Partial support
- TP: Partial support
Opera
- 9 - 47: Not supported
- 48 - 71: Supported
- 72: Supported
iOS Safari
- 3.2 - 9.3: Not supported
- 10 - 13.7: Partial support
- 14: Partial support
Opera Mini
- all: Not supported
Android Browser
- 2.1 - 4.4.4: Not supported
- 81: Supported
Opera Mobile
- 10 - 12.1: Not supported
- 59: Supported
Chrome for Android
- 87: Supported
Firefox for Android
- 83: Supported
UC Browser for Android
- 12.12: Supported
Samsung Internet
- 4 - 7.4: Not supported
- 8.2 - 12.0: Supported
- 13.0: Supported
QQ Browser
- 10.4: Supported
Baidu Browser
- 7.12: Not supported
KaiOS Browser
- 2.5: Supported
See also the support for the scrollIntoView
method.