ryrych / rcarousel

yet another jQuery UI carousel
http://ryrych.github.com/rcarousel/
172 stars 48 forks source link

more than 6 pics on auto play #48

Closed shawnsBrain closed 12 years ago

shawnsBrain commented 12 years ago

If I put more than 6 pictures on my auto play, it plays the first 6 correctly and then quickly goes by the last two

shawnsBrain commented 12 years ago

I need to amend my original post. It doesn't matter how many pictures I have, the last two scroll by very quickly.

shawnsBrain commented 12 years ago

I have the default step as "1". It seems on the last picture, it does the default step (3). here is my code:

        jQuery(function($) {
                $( "#carousel" ).rcarousel( {
                    width: 715, 
                    height: 209,
                    auto:{enabled:true,direction:"next",interval:5000},
                    step:1
                    });
         });    
ryrych commented 12 years ago

Because it’s not continuous! And this is how it was designed!