How can I smoothly scroll an element into view using JavaScript scroll into view? or What’s the best

18 Replies, 1251 Views

ugh, smooth scrolling can be such a pain. i had the same issue last week!

turns out some browsers just ignore the `behavior: 'smooth'` flag. i ended up using a tiny library called `scroll-behavior-polyfill` and it worked like a charm.

also, make sure you’re not calling scroll into view too fast after page load. sometimes the browser needs a sec to render stuff properly.

Messages In This Thread



Users browsing this thread: 1 Guest(s)