hi guys, I made a animation using keyframes with css3 and it works just fine but I want to know if it´s possible to stop the animation I made using css3...
Just set animation-iteration-count to 1. A value of infinite causes the animation to be repeated infinitely. And remember to style the object the way it should be AFTER the animation (top: 200px;) with this step you can make your Web design more look and feel.
HugoGiraudel, I don´t know why but the animation-play-state: paused doesn´t work. But I resolve the problem using the tip that mark123 give me, I was doing at the wrong way...
hi guys, I made a animation using keyframes with css3 and it works just fine but I want to know if it´s possible to stop the animation I made using css3...
Just set animation-iteration-count to 1. A value of infinite causes the animation to be repeated infinitely. And remember to style the object the way it should be AFTER the animation (top: 200px;) with this step you can make your Web design more look and feel.
hi mak123, I follow your tip but doesn´t work, here is the animation Your text to link here...
HugoGiraudel, I don´t know why but the animation-play-state: paused doesn´t work. But I resolve the problem using the tip that mark123 give me, I was doing at the wrong way...