jCarousellite pauseonhover和mousewheel一起工作不起作用

时间:2015-06-11 23:47:06

标签: jquery jcarousellite

我使用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
});

1 个答案:

答案 0 :(得分:0)

查看jCarousel Lite documentation pauseOnHover不是有效选项。

我建议使用Owl Carousel更好的文档,并通过它的受欢迎程度获得更多支持。