Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other How to use the Anything Slider Re: How to use the Anything Slider

#96709
Mottie
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
}