Skip to content

Instantly share code, notes, and snippets.

@darnocer
Last active August 13, 2022 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darnocer/394b37d35a54440713487e9c9450ff89 to your computer and use it in GitHub Desktop.
Save darnocer/394b37d35a54440713487e9c9450ff89 to your computer and use it in GitHub Desktop.
Smooth Scrolling Effect in CSS

Smooth Scrolling Effect

To add a "smooth scrolling" effect to a site, simply add this code to your CSS:

html {
  scroll-behavior: smooth;
}

This looks cool when you have links on your page that jump you to anchor tags!

💥 Live Demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment