diff --git a/script.js b/script.js index 411c393..6cb4495 100644 --- a/script.js +++ b/script.js @@ -8,7 +8,7 @@ function locomotive(){ const locoScroll = new LocomotiveScroll({ el: document.querySelector("#main"), smooth: true, - smoothMobile:1, + smoothMobile:0.7, }); // each time Locomotive Scroll updates, tell ScrollTrigger to update too (sync positioning)