문제

I am using JQuery Tools to create a simple slideshow of images/text (5 per row), is works fine but it moves at 1 step per time and I set it to 5, but it just doesn't work. Any clues?

http://jsfiddle.net/L79La/3/

도움이 되었습니까?

해결책

I haven't used the scrollable plugin from jquery tools, but you could try playing with the size value to see if it gives you the functionality you desire:

jQuery(".scrollable").scrollable({circular: true, size:5}).autoscroll({ 
        autoplay: false,
        interval: 3000,
        autopause: true,
        steps: 1
      });​

Updated fiddle: http://jsfiddle.net/johnkoer/L79La/27/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top