Home
last modified time | relevance | path

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

/plugin/s5reloaded/ui/thesis/
Dslides.js48 var autoRun = false; variable
2495 autoRun = setTimeout('autoPlay();',playDelay);
2502 clearTimeout(autoRun); autoRun = null;
2505 autoRun = setTimeout('autoPlayIncr()',incrDelay);
2508 clearTimeout(autoRun); autoRun = null;
2511 autoRun = setTimeout('autoPlayIncr()',incrDelay);
2513 autoRun = setTimeout('autoPlay();',playDelay);
2520 autoRun = setTimeout('autoPlayIncr();',incrDelay);
2522 autoRun = setTimeout('nop();',remainDer);
2529 if (autoRun && s5mode) {
[all …]