Releases: darkroomengineering/lenis
Releases Β· darkroomengineering/lenis
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
v1.0.4
v1.0.1
v1.0.0
β
v1.0.0-dev.8
- fix delta when
gestureOrientation: 'both'
v1.0.0-dev.7
- Prevent
scrollTo
when is stopped - Reset instance on
stop
andscrollTo({ immediate: true })
- Fix float target