I have an sprite animation that I would like to play once, finish, and hold on the last frame. I've tried changing the iteration count to 1 and added forward to the fill mode but neither worked. Any information or ideas would help.
I'm using this css3 sprite method. http://jsfiddle.net/simurai/CGmCe/light/
-webkit-animation: crouch 1.2s steps(2, end) 1;