Home
last modified time | relevance | path

Searched refs:playDelay (Results 1 – 1 of 1) sorted by relevance

/plugin/s5reloaded/ui/thesis/
H A Dslides.js49 var playDelay = 5000; variable
301 playDelay = parseInt(sectionTimes[dat])*1000;
302 playDelay = (fadeModus == true) ? (playDelay+(2*fadeDuration)) : playDelay;
303 if(playDelay && !isOp) {
1192 playDelay = Math.max(5,Math.min(tmp,90))*1000;
1193 playDelay = (fadeModus == true) ? (playDelay+(2*fadeDuration)) : playDelay;
1353 if(playDelay && !isOp) {
2444 playDelay = playDelay-(2*fadeDuration);
2448 playDelay = playDelay+(2*fadeDuration);
2495 autoRun = setTimeout('autoPlay();',playDelay);
[all …]