Pure CSS scroll animation
Use anchor links and the scroll-behavior property (MDN reference) for the scrolling container: scroll-behavior: smooth; Browser support: Firefox 36+, Chrome 61+ (therefore also Edge 79+), Safari 15.4+, Opera 48+. Intenet Explorer, non-Chromium Edge and older versions of Safari (that are still used by some users) do not support scroll-behavior and simply “jump” to the link … Read more