我试图在悬停时自动滚动。我正在尝试做的一个例子https://www.halo-lab.com/
我使用的代码:
new Swiper('#swiper-corusel', {
spaceBetween: 30,
slidesPerView: 'auto',
autoHeight: false,
freeMode: true,
mousewheel: {
sensitivity: 3,
},
loop: false,
roundLengths: true,
});
我正在尝试在这里做https://profi.ngens.ru/boris/src/index.html但到目前为止还没有任何结果。