chrncle
Results
1
comments of
chrncle
does anyone know how to implement it on next.js? my code is like this: ``` useEffect(() => { if (!preloader) { import('locomotive-scroll').then((LocomotiveScroll) => { const scroll = new LocomotiveScroll.default({ smooth:...