Skip to content

Instantly share code, notes, and snippets.

View seycileli's full-sized avatar
🧑‍💻
</Focused>

Sey' Adem Cileli seycileli

🧑‍💻
</Focused>
View GitHub Profile
@Jokanstudio
Jokanstudio / Webflow-Smooth-Scroll-Lenis.js
Created April 22, 2023 15:33
Webflow-Smooth-Scroll-Lenis /javascript-code
<script src="https://cdn.jsdelivr.net/gh/studio-freight/[email protected]/bundled/lenis.js"></script>
<script>
const lenis = new Lenis({
duration: 1.2,
easing: (t) => Math.min(1, 1.001 - Math.pow(2, -10 * t)), // https://www.desmos.com/calculator/brs54l4xou
direction: 'vertical', // vertical, horizontal
gestureDirection: 'vertical', // vertical, horizontal, both
smooth: true,
mouseMultiplier: 1,