Home › Forums › Other › How to use the Anything Slider › Re: How to use the Anything Slider
February 14, 2012 at 9:05 pm
#96709
Member
Try adding a set time out function inside of the “onSlideComplete” function, something like this:
onSlideComplete: function(){
setTimeout(function(){
// show the caption
}, 1000); // time delay in milliseconds
}