<?xml version="1.0" encoding="UTF-8"?><property><name>-webkit-animation-direction</name><description><![CDATA[Determines whether the animation should play in reverse on alternate iterations.]]></description><keywords><![CDATA[css property -webkit-animation-direction webkit animation direction]]></keywords><longDescription><![CDATA[]]></longDescription><syntaxes><syntax><![CDATA[-webkit-animation-direction: <direction> [, …];]]></syntax></syntaxes><values><value><name><![CDATA[<direction>]]></name><description><![CDATA[<p>The direction to play.</p>]]></description><values><value><name><![CDATA[normal]]></name><description><![CDATA[Play each iteration of the animation in the forward direction.]]></description></value><value><name><![CDATA[alternate]]></name><description><![CDATA[<p>Play even-numbered iterations of the animation in the forward direction and odd-numbered iterations in the reverse direction.</p>
                            <p>When an animation is played in reverse, the timing functions are also reversed. For example, when played in reverse, an ease-in animation appears as an ease-out animation.</p>]]></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-direction]]></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-direction]]></version></versions></property>