<?xml version="1.0" encoding="UTF-8"?><property><name>-webkit-animation-play-state</name><description><![CDATA[Determines whether the animation is running or paused.]]></description><keywords><![CDATA[css property -webkit-animation-play-state webkit animation play state]]></keywords><longDescription><![CDATA[<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>
]]></longDescription><syntaxes><syntax><![CDATA[-webkit-animation-play-state: <play_state> [, ...];]]></syntax></syntaxes><values><value><name><![CDATA[<play_state>]]></name><description><![CDATA[<p>The state of an animation.</p>]]></description><values><value><name><![CDATA[running]]></name><description><![CDATA[Plays the animation.]]></description></value><value><name><![CDATA[paused]]></name><description><![CDATA[Pauses the animation.]]></description></value></values></value></values><versions><version key="safari.4.0"><![CDATA[http://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/-webkit-animation-play-state]]></version><version key="ios.2.0"><![CDATA[http://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/-webkit-animation-play-state]]></version></versions></property>