▲ Smooth scroll to element - Pure JS at gist.github.com▼3 up and 0 down, posted by barhatsor 1552 days ago 2 comments
candylifter 1552 days ago. link 2 points ▲ ▼There’s already a handy method on an element called `scrollIntoView` https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollIntoView However, you’d probably want to use a ponyfill since ios safari does not support smooth scroll https://www.npmjs.com/package/smooth-scroll-into-view-if-needed