<?xml version="1.0" encoding="UTF-8"?><property><name>-webkit-animation-name</name><description><![CDATA[Specifies the name of an animation.]]></description><keywords><![CDATA[css property -webkit-animation-name webkit animation name]]></keywords><longDescription><![CDATA[]]></longDescription><syntaxes><syntax><![CDATA[-webkit-animation-name: <name> [, …];]]></syntax></syntaxes><values><value><name><![CDATA[<name>]]></name><description><![CDATA[<p>The name of the animation.</p>
                        <p>The name is used to select the <code>-webkit-keyframe</code> at-rule that provides the keyframes and property values for the animation. If the name does not match any <code>-webkit-keyframe</code> at-rule, there are no properties to be animated and the animation is not executed. See <a href="http://developer.apple.com/safari/library/documentation/AppleApplications/Reference/SafariCSSRef/Articles/OtherStandardCSS3Features.html#//apple_ref/doc/uid/TP40007601-SW4">@-webkit-keyframes</a> for a description of this rule.</p>
                        <p>If <code>"none"</code>, no animation is executed even if there is a <code>-webkit-keyframe</code> at-rule with that name. Setting this property to <code>"none"</code> explicitly disables animations.</p>]]></description><values><value><name><![CDATA[""]]></name><description><![CDATA[The default value is <code>""</code>.]]></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-name]]></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-name]]></version></versions></property>