Lines Matching refs:animation
36 // Inspired by Layoutests/animations/animation-test-helpers.js
41 var animation = rootSVGElement.ownerDocument.getElementById(animationId);
43 // If we want to sample the animation end, add a small delta, to reliable point past the end of the animation.
46 // The sample time is relative to the start time of the animation, take that into account.
50 // This is a dumb hack, some of the old tests sampled before the animation start, this
51 // isn't technically part of the animation tests and is "impossible" to translate since
95 // If eg. an animation is running with begin="0s", and
96 // we want to sample the first time, before the animation
98 // onclick event, as the animation would be past start time.