Ashton Williams

Results 1 comments of Ashton Williams

if using jquery, you can just set it on load such as below. `$(document).ready(function () { const scroller = new LocomotiveScroll({ el: document.querySelector('[data-scroll-container]'), smooth: `true` }); });`