{"name":"-webkit-animation-play-state","description":"Determines whether the animation is running or paused.","keywords":["css","property","-webkit-animation-play-state","webkit","animation","play","state"],"longDescription":"<p>A running animation can be paused by setting this property to <code>paused<\/code>. Set this property to <code>running<\/code> to continue running a paused animation. A paused animation continues to display the current value of the animation in a static state. When a paused animation is resumed, it restarts from the current value, not from the beginning of the animation.<\/p>\n","syntax":["-webkit-animation-play-state: <play_state> [, ...];"],"values":{"<play_state>":{"description":"<p>The state of an animation.<\/p>","default":"running","values":{"running":"Plays the animation.","paused":"Pauses the animation."}}},"versions":{"safari.4.0":"http:\/\/developer.apple.com\/library\/safari\/documentation\/AppleApplications\/Reference\/SafariCSSRef\/Articles\/StandardCSSProperties.html#\/\/apple_ref\/css\/property\/-webkit-animation-play-state","ios.2.0":"http:\/\/developer.apple.com\/library\/safari\/documentation\/AppleApplications\/Reference\/SafariCSSRef\/Articles\/StandardCSSProperties.html#\/\/apple_ref\/css\/property\/-webkit-animation-play-state"}}