Home
last modified time | relevance | path

Searched +full:animationinterval +(+path:plugin +path:snow) -(+path:plugin +path:snow +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/snow/
H A Dscript.js7 snowStorm.animationInterval = JSINFO.plugin.snow.animationinterval;
H A Daction.php38 $JSINFO['plugin']['snow']['animationinterval'] = $this->getConf('animationinterval');
H A Dsnowstorm.js22 …this.animationInterval = 33; // Theoretical "miliseconds per frame" measurement. 20 = fast + sm…
86 window.setTimeout(callback, 1000/(storm.animationInterval || 20));
599 storm.animationInterval = Math.max(20,storm.animationInterval);
/plugin/snow/conf/
H A Ddefault.php27 $conf['animationinterval'] = 33;
H A Dmetadata.php27 $meta['animationinterval'] = array('numeric');