Searched refs:frameCount (Results 1 – 2 of 2) sorted by relevance
92 const frameCount = this.frames.length - 2; constant96 (currentTime / totalDuration) * frameCount145 const frameCount = this.frames.length - 2; constant147 const targetTime = (this.currentFrame - 1) / frameCount * totalDuration161 const frameCount = this.frames.length - 2; constant163 if(this.currentFrame < frameCount) {164 const targetTime = (this.currentFrame + 1) / frameCount * totalDuration
56 get frameCount(): number { method in Timeline