Graphic
Visual
Motion
Content
CX
UX
Brand
Generalist
Designer
// Initialize Lenis const lenis = new Lenis({ autoRaf: true, }); // Listen for the scroll event and log the event data lenis.on('scroll', (e) => { console.log(e); });