我使用jCarousellite来滚动滑块。但是当我放pauseonHover:true
时鼠标滚动不起作用。有什么建议吗?
$('.slider').jCarouselLite({
btnNext: ".next",
btnPrev: ".prev",
vertical: true,
auto: true,
timeout: 2800,
speed: 400,
easing: 'easeOutQuint',
pauseOnHover: true,
start: randNum,
mouseWheel: true
});
答案 0 :(得分:0)
查看jCarousel Lite documentation pauseOnHover不是有效选项。
我建议使用Owl Carousel更好的文档,并通过它的受欢迎程度获得更多支持。