Searched refs:effectInput (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | normalize-keyframes.js | 168 function normalizeKeyframes(effectInput) { argument 169 if (!Array.isArray(effectInput) && effectInput !== null) 172 if (effectInput == null) 175 var keyframeEffect = effectInput.map(function(originalKeyframe) {
|
D | element-animatable.js | 16 window.Element.prototype.animate = function(effectInput, timingInput) { argument 17 return scope.timeline._play(scope.Animation(this, effectInput, timingInput));
|
D | animation.js | 17 scope.Animation = function(target, effectInput, timingInput) { argument 19 var effect = scope.convertEffectInput(effectInput);
|
D | effect.js | 17 scope.convertEffectInput = function(effectInput) { argument 18 var keyframeEffect = shared.normalizeKeyframes(effectInput);
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
D | web-animations-next-lite.min.js.map | 1 …Elem","style","i","longProperty","longhandValue","normalizeKeyframes","effectInput","spaceKeyframe…
|
D | web-animations.min.js.map | 1 …yle","longProperty","i","longhandValue","result","normalizeKeyframes","effectInput","spaceKeyframe…
|
D | web-animations-next.min.js.map | 1 …Elem","style","i","longProperty","longhandValue","normalizeKeyframes","effectInput","spaceKeyframe…
|