- CSS3 animation called twice for same element
- .myClass{
- -webkit-animation: animationName 1s linear 2s, animationName 1s linear 4s;
- }
- .myClass{
- -webkit-animation: animationName 1s linear 2s, animationName2 1s linear 4s;
- }
- -webkit-animation: <name> <duration> <timing_function> <delay> <iteration_count> <direction>