Hacker News new | ask | show | jobs
by achairapart 3381 days ago
Smooth scrolling has a native API[0] nowadays.

Support[1] is still limited, but you can (and should) polyfill[2] it.

[0]: https://drafts.csswg.org/cssom-view/

[1]: http://caniuse.com/#feat=css-scroll-behavior

[2]: https://github.com/iamdustan/smoothscroll