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