From ae061a00f5332f09c04178caa516cfd62e2d640f Mon Sep 17 00:00:00 2001 From: Rishabh <140707297+rishabhrawat05@users.noreply.github.com> Date: Sun, 30 Jun 2024 18:58:37 +0530 Subject: [PATCH] Update script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 1597931..8474b61 100644 --- a/script.js +++ b/script.js @@ -8,7 +8,7 @@ function locomotive(){ const locoScroll = new LocomotiveScroll({ el: document.querySelector("#main"), smooth: true, - smoothMobile:0.3, + smoothMobile:0.1, }); // each time Locomotive Scroll updates, tell ScrollTrigger to update too (sync positioning)