79711238

Date: 2025-07-23 02:30:18
Score: 1.5
Natty:
Report link

This can be done with pure CSS now.

Simply add

scroll-behavior: smooth;

...to the HTML element's CSS definition.

Example:

html {
    scroll-behavior: smooth;
}

More details here:

https://gomakethings.com/how-to-animate-scrolling-to-anchor-links-with-one-line-of-css/

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 1337ingDisorder