darkroomengineering / lenis

How smooth scroll should be
https://lenis.darkroom.engineering
MIT License
9.08k stars 386 forks source link

Scrolling ultra slow, then speeds up #162

Closed csimlinger closed 1 year ago

csimlinger commented 1 year ago

Description When scrolling on the page, the scrolling starts extremely slow. Then it suddenly speeds up. Does makes smooth scrolling impossible.

To Reproduce I uploaded an example here: https://juj.at/krt/ When removing the CSS from the page, the smooth scrolling works like intended. Therefore I conclude, that the bug comes from some CSS rules that are not compatible with Lenis.

Any idea how to solve that issue?

Thanks!

clementroche commented 1 year ago

scroll-behavior: smooth; is to blame

csimlinger commented 1 year ago

Thanks!