Home
last modified time | relevance | path

Searched refs:timePos (Results 1 – 1 of 1) sorted by last modified time

/plugin/s5reloaded/ui/effects_support/
H A Deffects.js212 var timePos = new Date().getTime();
214 this.effects[i] && this.effects[i].loop(timePos);
272 loop: function(timePos) { argument
273 if (timePos >= this.startOn) {
274 if (timePos >= this.finishOn) {
282 var pos = (timePos - this.startOn) / this.totalTime,