<?xml version="1.0" encoding="UTF-8"?><property><name>-webkit-animation-iteration-count</name><description><![CDATA[Specifies the number of times an animation iterates.]]></description><keywords><![CDATA[css property -webkit-animation-iteration-count webkit animation iteration count]]></keywords><longDescription><![CDATA[<p>This property is often used with a <code>-webkit-animation-direction</code> property set to alternate, which causes the animation to play in reverse on alternate iterations.</p>

]]></longDescription><syntaxes><syntax><![CDATA[-webkit-animation-iteration-count: <number> [, …];]]></syntax></syntaxes><values><value><name><![CDATA[<number>]]></name><description><![CDATA[<p>The number of iterations. If <code>1</code>, the animation plays from beginning to end once. A value of <code>infinite</code> causes the animation to repeat forever. Noninteger values cause the animation to end partway through an interation. Negative values are invalid.</p>]]></description><values><value><name><![CDATA[1]]></name><description><![CDATA[The default value is <code>1</code>.]]></description></value><value><name><![CDATA[infinite]]></name><description><![CDATA[Repeats the animation forever.]]></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-iteration-count]]></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-iteration-count]]></version></versions></property>