Skip to content

Releases: darkroomengineering/lenis

v1.0.14

01 Jun 22:03
Compare
Choose a tag to compare
  • fix types

v1.0.13

25 May 17:14
Compare
Choose a tag to compare
  • frame rate independent damping

v1.0.12

25 May 17:11
Compare
Choose a tag to compare
  • fix round value bug

v1.0.11

24 Apr 13:53
Compare
Choose a tag to compare
  • improve syncTouch
  • add syncTouchLerp and touchInertiaMultiplier options

v1.0.10

20 Apr 20:23
Compare
Choose a tag to compare

v1.0.9

18 Apr 23:00
Compare
Choose a tag to compare
  • 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

17 Apr 09:54
Compare
Choose a tag to compare
  • improve smoothTouch

v1.0.6

30 Mar 09:41
Compare
Choose a tag to compare
  • fix limit computation

v1.0.5

28 Mar 12:09
Compare
Choose a tag to compare
  • 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

21 Mar 15:45
Compare
Choose a tag to compare

fixes #149
dependency updates