Frequently we want to add scrolling to some part of the page or box. E.g. to highlight something or just scroll to an anchor.
To provide better UX and feeling usually smooth scrolling is used.
Previously to implement it we had to use plugins like “jQuery.scrollTo” or similar solutions.
But dreams came true- there is a specification for native smooth scroll behavior API.
...