Searched refs:animaStartTime (Results 1 – 2 of 2) sorted by relevance
118 animaStartTime: number | undefined; property in RangeRuler430 if (this.animaStartTime == undefined) {433 this.animaStartTime = dat.getTime();435 this.currentDuration = new Date().getTime() - this.animaStartTime;457 this.animaStartTime = undefined;521 this.animaStartTime = new Date().getTime(); //记录按下的时间570 this.currentDuration = (Date.now() - this.animaStartTime!) / this.f; //reg594 this.currentDuration = (Date.now() - this.animaStartTime!) / this.f;618 this.currentDuration = (Date.now() - this.animaStartTime!) / this.f;643 this.currentDuration = (Date.now() - this.animaStartTime!) / this.f;[all …]
397 animaStartTime: number | undefined;713 if (this.animaStartTime === undefined) {714 this.animaStartTime = new Date().getTime();717 let duration = startTime - this.animaStartTime;797 this.animaStartTime = undefined;