Web platform features explorer

Scroll methods on elements

Widely available since 2023-03-16
Tags: api

The scroll() and scrollBy() methods change the scroll position of overflow content within an element. Similar to setting scrollTop and scrollLeft properties, but with options setting whether the scroll should animate smoothly or jump. Note that scrollTo() is an alias for scroll().

Learning resources on MDN

Browser support (view on caniuse.com)