0
I’m using the first example of this page http://jquery.malsup.com/cycle2/demo/carousel.php , but I don’t want you to have this break in the transition. I would like you to keep running the images straight, without pausing. Is it possible to do this or have to choose another plugin?
Try changing this attribute:
data-cycle-timeout=1000
, for 0 ie:data-cycle-timeout=0
. What would your final code look like:<div class="slideshow" 
 data-cycle-fx=carousel
 data-cycle-timeout=0
 data-cycle-carousel-visible=5
– Rafael Withoeft
@Rafaelwithoeft put 0 and he got stuck
– rachelb
Try to put another value, like 500 maybe, decreases until you reach the value you like in the transition... or increasing to see what result it brings... make some tests :)
– Rafael Withoeft