I'm trying to stop a loop animation for a duration, at the end.
animation: 6s linear 2s infinite;
I've tried to put animation delay for 2 second with css3 shorthanded animation properties but it didn't worked.
How to achivhe this ?
http://www.w3schools.com/cssref/css3_pr_animation-delay.asp
Edit: This method solved my problem: stackoverflow.com/a/32223950/1428241