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:
@@ -13,7 +13,6 @@
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
scroll-padding-top: 6.25rem; /* navbar height */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user