animation-iteration-count

This property lets you define how many times the animation will play through. The value is generally an integer, but you can also use numbers with decimal points (in which case, the animation will end partway through a run), or the value infinite for endlessly repeating animations. If omitted, it will default to 1, in which case the animation will occur only once
snippet
-webkit-animation-iteration-count: infinite;
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +