I\'ve run into some difficulty trying to play a CSS3 keyframe animation and have the relevant element stick at the last frame after the animation has completed. To my unders
The following code will make the transition stay on the last frame:
-webkit-timing-function:ease; -webkit-iteration-count:1;