Clément Roche
Clément Roche
PR are welcome
published in [v1.1.10-dev.0](https://www.npmjs.com/package/lenis/v/1.1.10-dev.0), can you try @DiMazurenko ?
Hi @damnsamn, this is fixed in [1.1.14-dev.2](https://www.npmjs.com/package/lenis/v/1.1.14-dev.2), can you test? Here is a fixed [codepen](https://codepen.io/ClementRoche/pen/jOgVNgM?editors=1010).
https://codepen.io/ClementRoche/pen/eYbLWLV This needs to be tested on different devices, not only MacOS
Hello @victor-duarte can you share a reproduction link such as codepen ?
After investigation it comes from initial scroll event (the first after load) that is fired after a delay. Meanwhile Lenis has been initialized already. While i'm thinking about a way...
closing this in favour of issue #103
@23d1 please provide a reproduction link
You mean clicking the anchor link ?
The issue we're facing here is by adding "animation-timeline" with a transform you're modyfing the scrollHeight while scrolling so the value that has been taken in account on click is...