lenis code

PHOTO EMBED

Tue Feb 06 2024 10:30:36 GMT+0000 (Coordinated Universal Time)

Saved by @Zohaib77

const lenis = new Lenis()

lenis.on('scroll', (e) => {
  console.log(e)
})

function raf(time) {
  lenis.raf(time)
  requestAnimationFrame(raf)
}

requestAnimationFrame(raf)
content_copyCOPY

https://github.com/studio-freight/lenis