aboutsummaryrefslogtreecommitdiff
path: root/src/stores/lenis.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix(scroll): route LandingHero scroll-down through LenisFuwn4 days1-0/+6
Lenis disables native CSS smooth scroll, so window.scrollTo({behavior:"smooth"}) jumps instantly. Expose the Lenis instance via a store and scroll through it, falling back to native when unavailable.