Searched refs:_totalDuration (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | animation.js | 72 this._currentTime = this._playbackRate > 0 ? this._totalDuration : 0; 133 return !this._idle && (this._playbackRate > 0 && this._currentTime >= this._totalDuration || 136 get _totalDuration() { return this._effect._totalDuration; }, getter in scope.Animation 151 } else if (this._totalDuration < Infinity) { 152 this._currentTime = this._totalDuration; 183 this.currentTime = this._playbackRate > 0 ? this._totalDuration : 0; 184 this._startTime = this._totalDuration - this.currentTime;
|
D | keyframe-effect.js | 23 effectTime._totalDuration = timing.delay + activeDuration + timing.endDelay; 47 keyframeEffect._totalDuration = effectTime._totalDuration;
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | web-animations-next-lite.min.js | 15 …_totalDuration=b.delay+c+b.endDelay,d}b.KeyframeEffect=function(c,e,f,g){var h,i=d(a.normalizeTimi… getter in b.Animation
|
D | web-animations.min.js | 15 …_totalDuration=b.delay+c+b.endDelay,d}b.KeyframeEffect=function(c,e,f,g){var h,i=d(a.normalizeTimi… getter in b.Animation
|
D | web-animations-next.min.js | 15 …_totalDuration=b.delay+c+b.endDelay,d}b.KeyframeEffect=function(c,e,f,g){var h,i=d(a.normalizeTimi… getter in b.Animation
|