Home
last modified time | relevance | path

Searched refs:animationNode (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Danimation-node.js20 var animationNode = function(localTime) { function in scope.AnimationNode
23 animationNode._totalDuration = timing.delay + activeDuration + timing.endDelay;
24 animationNode._isCurrent = function(localTime) {
28 return animationNode;
Danimation.js18 var animationNode = scope.AnimationNode(shared.normalizeTimingInput(timingInput));
27 timeFraction = animationNode(localTime);
36 animation._isCurrent = animationNode._isCurrent;
37 animation._totalDuration = animationNode._totalDuration;
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
Dweb-animations.min.js.map1 …console","toDateString","deprecated","Error","scope","AnimationNode","animationNode","_totalDurati…
Dweb-animations-next.min.js.map1 …","warn","toDateString","deprecated","Error","scope","AnimationNode","animationNode","_isCurrent",…