Is there a Safari equivalent for scroll-behavior: smooth;?

Safari does not support scroll-behavior: smooth, you’ll need some custom javascript to achieve the same effect. See this: Javascript – window.scroll({ behavior: ‘smooth’ }) not working in Safari

Leave a Comment