How to make continuous cycle2 Carousel without pause?

Asked

Viewed 130 times

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" &#xA; data-cycle-fx=carousel&#xA; data-cycle-timeout=0&#xA; data-cycle-carousel-visible=5

  • @Rafaelwithoeft put 0 and he got stuck

  • 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 :)

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.