CSS animation event example
- Upon start first box will start animating, followed by transitions of box two and three.
- Box animations and transitions chained using
CSSAnimEvent
methods of onAnimationEnd()
and onTransitionEnd()
.
- For browsers not supporting CSS3 animations or transitions, faux end callbacks will be fired by cssanimevent.js.
- Open browser developer console for further debug output.
https://github.com/magnetikonline/css-animation-event