<?xml version="1.0" encoding="UTF-8"?><property><name>-webkit-animation</name><description><![CDATA[Combines common animation properties into a single property.]]></description><keywords><![CDATA[css property -webkit-animation webkit animation]]></keywords><longDescription><![CDATA[<p>Refer to the respective property for details of each property and default values.</p>]]></longDescription><syntaxes><syntax><![CDATA[-webkit-animation: <name> <duration> <timing_function> <delay> <iteration_count> <direction> [, ... ];]]></syntax></syntaxes><values><value><name><![CDATA[<name>]]></name><description><![CDATA[<p>The name of the animation.</p>
                        <p>See <code>-webkit-animation-name</code>.</p>]]></description></value><value><name><![CDATA[<duration>]]></name><description><![CDATA[<p>Specifies the length of time that an animation takes to complete one iteration.</p>
                        <p>See <code>-webkit-animation-duration</code>.</p>]]></description></value><value><name><![CDATA[<timing_function>]]></name><description><![CDATA[<p>Defines how an animation progresses between keyframes.</p>
                        <p>See <code>-webkit-animation-timing-function</code>.</p>]]></description></value><value><name><![CDATA[<delay>]]></name><description><![CDATA[<p>Defines when an animation starts.</p>
                        <p>See <code>-webkit-animation-delay</code>.</p>]]></description></value><value><name><![CDATA[<iteration_count>]]></name><description><![CDATA[<p>Specifies the number of times an animation iterates.</p>
                        <p>See <code>-webkit-animation-iteration-count</code>.</p>]]></description></value><value><name><![CDATA[<direction>]]></name><description><![CDATA[<p>Determines whether the animation should play in reverse on alternate iterations.</p>
                        <p>See <code>-webkit-animation-direction</code>.</p>]]></description></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]]></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]]></version></versions></property>