malsup / cycle

jQuery Cycle Plugin - Slideshow goodness
http://jquery.malsup.com/cycle/
1.19k stars 307 forks source link

jquery.cycle.lite.1.7 cycle("next") doesnt go to next slide, but resumes the slideshow. #143

Closed honk31 closed 11 years ago

honk31 commented 11 years ago

headline says it all. on $(elem).cycle("next"); the cycle lite version 1.7 resumes the slideshow with i dont know what settings (i have timeout: 0 and the slideshow moves on with something like timeout: 4000). but yeah, it moves on like somebody pressed "resume" but see for yourself:

$(".post").each(function() { $(this).find(".images").cycle({ timeout: 0 }); }); setInterval(function() { $(".post:eq(" + Math.floor(Math.random() * $(".post").length) + ") .images").cycle("next"); }, 4000);

jquery.cycle.all.2.9999.81.js works as expected.

malsup commented 11 years ago

Cycle Lite does not support that feature. It only supports the options show here:

http://jquery.malsup.com/cycle/lite/