/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/externs/ |
D | web-animations-next.js | 42 var KeyframeEffect = function(target, frames, opt_options) {}; class 47 KeyframeEffect.prototype.getFrames = function() {}; 50 KeyframeEffect.prototype.timing; 53 KeyframeEffect.prototype.target; 56 KeyframeEffect.prototype.onsample;
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | keyframe-effect-constructor.js | 39 effect._animation.effect = new KeyframeEffect(null, []); 56 scope.KeyframeEffect = function(target, effectInput, timingInput, id) { class 78 scope.KeyframeEffect.prototype = { 100 …var clone = new KeyframeEffect(this.target, [], shared.cloneTimingInput(this._timingInput), this._… 116 return scope.timeline._play(new scope.KeyframeEffect(this, effectInput, options, id)); 176 window.KeyframeEffect = scope.KeyframeEffect;
|
D | keyframe-effect.js | 27 scope.KeyframeEffect = function(target, effectInput, timingInput, id) { class in scope 53 testing.webAnimations1KeyframeEffect = scope.KeyframeEffect;
|
D | element-animatable.js | 21 return scope.timeline._play(scope.KeyframeEffect(this, effectInput, options, id));
|
D | group-constructors.js | 188 var underlyingEffect = new KeyframeEffect(null, [], group._timing, group._id);
|
D | web-animations-next-animation.js | 89 if (!this.effect || this.effect instanceof window.KeyframeEffect) {
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | History.md | 128 …ctions. Custom effects should now be created by setting the onsample attribute of a KeyframeEffect. 132 var myEffect = new KeyframeEffect( 142 var myEffect = new KeyframeEffect(element, [], 1000); 161 * Rename Animation to KeyframeEffect. 165 * Remove KeyframeEffect.effect and add KeyframeEffect.getFrames.
|
D | web-animations-next-lite.min.js | 15 …KeyframeEffect=function(c,e,f,g){var h,i=d(a.normalizeTimingInput(f)),j=b.convertEffectInput(e),k=… class in function
|
D | web-animations-next.min.js | 15 …KeyframeEffect=function(c,e,f,g){var h,i=d(a.normalizeTimingInput(f)),j=b.convertEffectInput(e),k=… class
|
D | web-animations.min.js | 15 …KeyframeEffect=function(c,e,f,g){var h,i=d(a.normalizeTimingInput(f)),j=b.convertEffectInput(e),k=… class in function
|
D | web-animations-next.min.js.map | 1 …dStartTime","oldCurrentTime","hadUnderlying","startTime","_wrapper","KeyframeEffect","newUnderlyin…
|
D | web-animations-next-lite.min.js.map | 1 …dStartTime","oldCurrentTime","hadUnderlying","startTime","_wrapper","KeyframeEffect","newUnderlyin…
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/docs/ |
D | experimental.md | 33 |KeyframeEffect constructor | | ✔ | ✔ |
|