I did what was mentioned on that page, and it didn't work, literally four times, now it works.

Tom Livingston <mailto:tom...@gmail.com>
Sunday, May 08, 2016 6:34 PM
Google is amazing:

http://stackoverflow.com/questions/12991164/maintaining-the-final-state-at-end-of-a-css3-animation



On Sunday, May 8, 2016, Crest Christopher <crestchristop...@gmail.com>


Crest Christopher <mailto:crestchristop...@gmail.com>
Sunday, May 08, 2016 6:30 PM
What is the CSS animation property to prevent a element from going back to the start. For example; you apply a keyframe for left;

0%
left: 0

25%
left: 45px;

75%
left: 82px;

100%;
left:100px

When the animation finishes playing, instead of it stuck at keyframe 100% it reverts back to keyframe 0%; which I don't want ?

______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to