Home
last modified time | relevance | path

Searched refs:GroupEffect (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/externs/
Dweb-animations-next.js80 var GroupEffect = function(children, opt_timing) {}; class
83 GroupEffect.prototype.timing;
86 GroupEffect.prototype.children;
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dgroup-constructors.js41 window.GroupEffect = function() { class in window
113 return (this instanceof GroupEffect) ?
114 new GroupEffect(clonedChildren, clonedTiming) :
136 window.GroupEffect.prototype = Object.create(constructor.prototype);
138 window.GroupEffect.prototype,
Dkeyframe-effect-constructor.js19 if (effect instanceof window.SequenceEffect || effect instanceof window.GroupEffect) {
Dweb-animations-next-animation.js93 … if (this.effect instanceof window.SequenceEffect || this.effect instanceof window.GroupEffect) {
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
DHistory.md150 * Add GroupEffect.firstChild and GroupEffect.lastChild
154 * Add GroupEffect.append and GroupEffect.prepend
163 * Rename AnimationGroup to GroupEffect.
Dweb-animations-next-lite.min.js15GroupEffect)&&(this._animation=b.newUnderlyingAnimationForGroup(this.effect),b.bindAnimationForGro… class in window
Dweb-animations-next.min.js15GroupEffect)&&(this._animation=b.newUnderlyingAnimationForGroup(this.effect),b.bindAnimationForGro… class in window
Dweb-animations-next.min.js.map1 …nForKeyframeEffect","bindAnimationForKeyframeEffect","SequenceEffect","GroupEffect","newUnderlying…
Dweb-animations-next-lite.min.js.map1 …nForKeyframeEffect","bindAnimationForKeyframeEffect","SequenceEffect","GroupEffect","newUnderlying…