Searched refs:_animation (Results 1 – 12 of 12) sorted by relevance
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | web-animations-next-animation.js | 25 effect._animation = this; 35 this._animation = null; 41 this._animation.cancel(); 78 var hadUnderlying = this._animation ? true : false; 84 this._animation.cancel(); 85 this._animation._wrapper = null; 86 this._animation = null; 90 this._animation = scope.newUnderlyingAnimationForKeyframeEffect(this.effect); 94 this._animation = scope.newUnderlyingAnimationForGroup(this.effect); 132 this.effect.children[i]._animation = animation; [all …]
|
D | keyframe-effect-constructor.js | 18 effect._animation = undefined; 37 } else if (effect._animation && (effect._animation.effect == effect)) { 38 effect._animation.cancel(); 39 effect._animation.effect = new KeyframeEffect(null, []); 40 if (effect._animation._callback) { 41 effect._animation._callback._animation = null; 43 effect._animation._rebuildUnderlyingAnimation(); 89 if (this._animation) { 90 this._animation._rebuildUnderlyingAnimation();
|
D | effect-callback.js | 32 var t = callback._animation ? callback._animation.currentTime : null; 44 effectFunction(t, animation.effect, animation.effect._animation); 50 callback._animation = animation; 78 var playState = callback._animation ? callback._animation.playState : 'idle';
|
D | group-constructors.js | 64 if (this._animation) { 65 this._animation._rebuildUnderlyingAnimation(); 195 animation._animation._wrapper = animation;
|
D | timeline.js | 57 animation._animation.play();
|
D | timing-utilities.js | 56 if (this._effect._animation) { 57 this._effect._animation._rebuildUnderlyingAnimation();
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | web-animations-next-lite.min.js | 15 …_animation&&this._effect._animation._rebuildUnderlyingAnimation())},get playbackRate(){return this…
|
D | web-animations-next.min.js | 15 …_animation&&this._effect._animation._rebuildUnderlyingAnimation())},get playbackRate(){return this…
|
D | web-animations.min.js.map | 1 …ype","_setMember","member","value","_effect","_timingInput","_timing","_animation","_rebuildUnderl…
|
D | web-animations.min.js | 15 …calculateActiveDuration(this._effect._timing),this._effect._animation&&this._effect._animation._re…
|
D | web-animations-next.min.js.map | 1 …ype","_setMember","member","value","_effect","_timingInput","_timing","_animation","_rebuildUnderl…
|
D | web-animations-next-lite.min.js.map | 1 …ype","_setMember","member","value","_effect","_timingInput","_timing","_animation","_rebuildUnderl…
|