Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS how to stop an animation using css3

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #41216
    vanilson
    Participant

    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…

    #116699
    mak123
    Member

    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](http://www.maksa.in “web design company india”) more look and feel.

    #116701
    vanilson
    Participant

    hi mak123, I follow your tip but doesn´t work, here is the animation [Your text to link here…](http://jsfiddle.net/vanilson/g8Dcm/1/http://jsfiddle.net/vanilson/g8Dcm/1/”)

    #116703
    Kitty Giraudel
    Participant

    animation-play-state: paused;

    #116707
    vanilson
    Participant

    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…

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.