Click all the Run buttons and see if the boxes animate in all the browsers.
animate()
works without the optional parametersThis test animates an SVG <rect>
element. Easing is linear. Animation should take 500ms.
animateCSS()
works without the optional parametersEasing should be linear. Animation should take 750ms.
done()
function gets called when completedEasing should be easeInOutExpo. Animation should take 750ms. Box should turn green when done.
All easings should pass along. All animations should take 1s, and then 500ms pause to the next animation.
Current easing: none
window.TinyAnimate
is thereEasing should be easeInOutElastic. Animation should take 750ms.
Easing should be linear. Initial animation should take 500ms, secondary animation 250ms.
Easing should be linear. Animation should take 500ms to travel 100px, then stop.