feat(Navbar): custom 800ms ease-in-out smooth scroll via rAF

Replaces browser scroll-behavior:smooth (no duration control) with a
requestAnimationFrame loop using cubic ease-in-out over 800ms. Offset
accounts for navbar height (100px) via getBoundingClientRect + scrollY.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marco
2026-06-30 21:47:09 +00:00
parent 4aa5b924fc
commit 2ed1acf997
2 changed files with 27 additions and 2 deletions
-1
View File
@@ -13,7 +13,6 @@
}
html {
scroll-behavior: smooth;
scroll-padding-top: 6.25rem; /* navbar height */
}