i want smooth scroll with locomotive jquery scroll plugin what is the option
To achieve smooth scrolling using the Locomotive Scroll plugin in jQuery, you can use the following option:
$(document).ready(function() {
const scroll = new LocomotiveScroll({
smooth: true // Enable smooth scroll
});
});
By setting the smooth option to true, the Locomotive Scroll plugin will provide smooth scrolling behavior.
原文地址: http://www.cveoy.top/t/topic/inIR 著作权归作者所有。请勿转载和采集!