Paul Benson

Results 1 comments of Paul Benson

You can do that with the existing events and objects: `$('#slideshow').on('cycle-after', function(event, optionHash, outgoingSlideEl, incomingSlideEl, forwardFlag) { if (optionHash.slideNum == optionHash.slideCount) { //the slideshow has looped } });`