Searched refs:GroupEffect (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/externs/ |
D | web-animations-next.js | 80 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/ |
D | group-constructors.js | 41 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,
|
D | keyframe-effect-constructor.js | 19 if (effect instanceof window.SequenceEffect || effect instanceof window.GroupEffect) {
|
D | web-animations-next-animation.js | 93 … if (this.effect instanceof window.SequenceEffect || this.effect instanceof window.GroupEffect) {
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | History.md | 150 * Add GroupEffect.firstChild and GroupEffect.lastChild 154 * Add GroupEffect.append and GroupEffect.prepend 163 * Rename AnimationGroup to GroupEffect.
|
D | web-animations-next-lite.min.js | 15 …GroupEffect)&&(this._animation=b.newUnderlyingAnimationForGroup(this.effect),b.bindAnimationForGro… class in window
|
D | web-animations-next.min.js | 15 …GroupEffect)&&(this._animation=b.newUnderlyingAnimationForGroup(this.effect),b.bindAnimationForGro… class in window
|
D | web-animations-next.min.js.map | 1 …nForKeyframeEffect","bindAnimationForKeyframeEffect","SequenceEffect","GroupEffect","newUnderlying…
|
D | web-animations-next-lite.min.js.map | 1 …nForKeyframeEffect","bindAnimationForKeyframeEffect","SequenceEffect","GroupEffect","newUnderlying…
|