Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Total Page Scroll Control Reply To: Total Page Scroll Control

#253021
Mottie
Member

Smooth scrolling will eventually become available to all browsers, and all you would need to do is add a css property, see scroll-behavior.

Current browser support @ http://caniuse.com/#feat=css-scroll-behavior

For now, you can use this polyfill to add support: https://github.com/iamdustan/smoothscroll