{"name":"-webkit-animation-name","description":"Specifies the name of an animation.","keywords":["css","property","-webkit-animation-name","webkit","animation","name"],"longDescription":"","syntax":["-webkit-animation-name: <name> [, \u2026];"],"values":{"<name>":{"description":"<p>The name of the animation.<\/p>\n                        <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>\n                        <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>","default":"\"\"","values":{"\"\"":"The default value is <code>\"\"<\/code>."}}},"versions":{"safari.4.0":"http:\/\/developer.apple.com\/library\/safari\/documentation\/AppleApplications\/Reference\/SafariCSSRef\/Articles\/StandardCSSProperties.html#\/\/apple_ref\/css\/property\/-webkit-animation-name","ios.2.0":"http:\/\/developer.apple.com\/library\/safari\/documentation\/AppleApplications\/Reference\/SafariCSSRef\/Articles\/StandardCSSProperties.html#\/\/apple_ref\/css\/property\/-webkit-animation-name"}}