Searched refs:timePos (Results 1 – 1 of 1) sorted by relevance
212 var timePos = new Date().getTime();214 this.effects[i] && this.effects[i].loop(timePos);272 loop: function(timePos) { argument273 if (timePos >= this.startOn) {274 if (timePos >= this.finishOn) {282 var pos = (timePos - this.startOn) / this.totalTime,