Home
last modified time | relevance | path

Searched refs:KeyframeEffect (Results 1 – 13 of 13) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/externs/
Dweb-animations-next.js42 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/
Dkeyframe-effect-constructor.js39 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;
Dkeyframe-effect.js27 scope.KeyframeEffect = function(target, effectInput, timingInput, id) { class in scope
53 testing.webAnimations1KeyframeEffect = scope.KeyframeEffect;
Delement-animatable.js21 return scope.timeline._play(scope.KeyframeEffect(this, effectInput, options, id));
Dgroup-constructors.js188 var underlyingEffect = new KeyframeEffect(null, [], group._timing, group._id);
Dweb-animations-next-animation.js89 if (!this.effect || this.effect instanceof window.KeyframeEffect) {
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
DHistory.md128 …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.
Dweb-animations-next-lite.min.js15KeyframeEffect=function(c,e,f,g){var h,i=d(a.normalizeTimingInput(f)),j=b.convertEffectInput(e),k=… class in function
Dweb-animations-next.min.js15KeyframeEffect=function(c,e,f,g){var h,i=d(a.normalizeTimingInput(f)),j=b.convertEffectInput(e),k=… class
Dweb-animations.min.js15KeyframeEffect=function(c,e,f,g){var h,i=d(a.normalizeTimingInput(f)),j=b.convertEffectInput(e),k=… class in function
Dweb-animations-next.min.js.map1 …dStartTime","oldCurrentTime","hadUnderlying","startTime","_wrapper","KeyframeEffect","newUnderlyin…
Dweb-animations-next-lite.min.js.map1 …dStartTime","oldCurrentTime","hadUnderlying","startTime","_wrapper","KeyframeEffect","newUnderlyin…
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/docs/
Dexperimental.md33 |KeyframeEffect constructor | �� | ✔ | ✔ |