-webkit-animation-name:val1-loop;
animation-name:val1-loop;
-webkit-animation-duration:5s;
animation-iteration-count:infinite;
@-webkit-keyframes val1-loop {
<h2> Example of animation loop</h2>
<p>CSS animation-iteration-count property is used to create the loop of the animation. Set animation-iteration-count: infinite to continue the animation without stopping.</p>
<b>If we set animation-iteration-count:4 then the given animation will repeat 4 times continuously</b>
<img src="https://i.ibb.co/YkTLTng/dog.png">