jdminnickjr / personal-site

Personal website/portfolio project
13 stars 3 forks source link

Consider smooth scrolling anchors #21

Closed xdesro closed 3 years ago

xdesro commented 3 years ago

Since the site is a single page layout, it can be beneficial to show users where they navigate to when clicking a link. Lemme know what you think of this effect, which I consider to be a lot less jarring than the instant navigation behavior.

html {
  scroll-behavior: smooth;
}