SetTimeOut (JQuery) - to Sliding IMAGE how?

Hey there,

I am trying to solve this problem… “slick.js” slider is a great script. However i’v noticed the “Delay” function is missing… what i am trying to accomplish… BEFORE the images fades/slides automatically away… i would like to set a TimeOUt function using JQuery to Affect the current class of that slide…

This is my JQuery:

$(document).ready(function () {
    setTimeout("jQuery('.browser')",8000);
});

and the URL for the demo:
http://bit.ly/1VFlfUv

What i am talking about are thes Browser based slides which are going up and down…
I tried everything… editing script settings like speed didn’t help… it just shows up to late…

Can somebody help me to set the TimeOut function for these slides… to slide EACH 8 seconds?

Thanks in advance!

Regards,
Nino

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.