Releases: darkroomengineering/lenis
Releases · darkroomengineering/lenis
v1.0.14
- fix types
v1.0.13
- frame rate independent damping
v1.0.12
- fix round value bug
v1.0.11
- improve
syncTouch
- add
syncTouchLerp
andtouchInertiaMultiplier
options
v1.0.10
v1.0.9
- introduce
syncTouch
to mimic native touch scroll as much as possible while running scroll in the main thread (still not stable yet)
v1.0.7
- improve
smoothTouch
v1.0.6
- fix
limit
computation
v1.0.5
- fix
isScrolling
when reaching the limit - use
scrollHeight
for more accurate scroll limit normalizedWheel
is now false by default since this is not accurate on every OS ( MacOS feels weird )- introduce
wheelEventsTarget
if you need to scroll from another element