0

I m using jCarousellite to scroll slider. But mousewheel scroll does not work when I put pauseonHover:true. Any suggestion?

$('.slider').jCarouselLite({
    btnNext: ".next",
    btnPrev: ".prev",
    vertical: true,
    auto: true,
    timeout: 2800,
    speed: 400,
    easing: 'easeOutQuint',
    pauseOnHover: true,
    start: randNum,
    mouseWheel: true
});
Barney
  • 2,355
  • 3
  • 22
  • 37
  • Make sure you are not hovering over the the slider when you attempt to scroll with the wheel? – Dom Jun 12 '15 at 01:16
  • @Dom-TaphillStudios. Yes I already have checked that. Its not working even if my cursor is out of slider. – Ashhad Iqbal Jun 12 '15 at 23:35

1 Answers1

0

Looking at the jCarousel Lite documentation pauseOnHover is not a valid option.

I would recommend using Owl Carousel there's much better documentation and more support through its popularity.

Dom
  • 2,057
  • 1
  • 14
  • 17