Spec Ussa
Results
1
comments of
Spec Ussa
scroll = new LocomotiveScroll({el: document.querySelector('[data-scroll-container]'),inertia: 0.8,smooth: true,getDirection: true,mobile: {breakpoint: 0,smooth: true,getDirection: true,},tablet: {breakpoint: 0,smooth: true,getDirection: true,},smartphone: {breakpoint: 0,smooth: true,getDirection: true,}}) new ResizeObserver(() => scroll.update()).observe(document.querySelector("[data-scroll-container]"));