Home
last modified time | relevance | path

Searched refs:timingInput (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dtiming-utilities.js20 function makeTiming(timingInput, forGroup) { argument
32 if (typeof timingInput == 'number' && !isNaN(timingInput)) {
33 timing.duration = timingInput;
34 } else if (timingInput !== undefined) {
35 Object.getOwnPropertyNames(timingInput).forEach(function(property) {
36 if (timingInput[property] != 'auto') {
38 if (typeof timingInput[property] != 'number' || isNaN(timingInput[property])) {
42 if ((property == 'fill') && (fills.indexOf(timingInput[property]) == -1)) {
45 if ((property == 'direction') && (directions.indexOf(timingInput[property]) == -1)) {
48 …if (property == 'playbackRate' && timingInput[property] !== 1 && shared.isDeprecated('AnimationTim…
[all …]
Dgroup-constructors.js17 function constructor(children, timingInput) { argument
19 this._timing = shared.normalizeTimingInput(timingInput, true);
20 this.timing = shared.makeTiming(timingInput, true);
Danimation-constructor.js29 scope.Animation = function(target, effect, timingInput) { argument
33 this._timingInput = timingInput;
34 this._timing = shared.normalizeTimingInput(timingInput);
37 this.timing = shared.makeTiming(timingInput);
Delement-animatable.js16 window.Element.prototype.animate = function(effectInput, timingInput) { argument
17 return scope.timeline._play(scope.Animation(this, effectInput, timingInput));
Danimation.js17 scope.Animation = function(target, effectInput, timingInput) { argument
18 var animationNode = scope.AnimationNode(shared.normalizeTimingInput(timingInput));
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
Dweb-animations-next-lite.min.js.map1 …ns1","webAnimationsNext","webAnimationsTesting","shared","makeTiming","timingInput","forGroup","ti…
Dweb-animations.min.js.map1 …TIONS_TESTING","webAnimationsTesting","shared","testing","makeTiming","timingInput","timing","dela…
Dweb-animations-next.min.js.map1 …ns1","webAnimationsNext","webAnimationsTesting","shared","makeTiming","timingInput","forGroup","ti…