HTML & CSS Wiki

READ MORE

HTML & CSS Wiki

The CSS -webkit-animation-name Apple extension property specifies the name of an animation.

Values[]

Value Description
<name> The name of the animation. The name is used to select the @-webkit-keyframes @-rule that provides the keyframes and property values for the animation. If the name does not match any @-webkit-keyframes @-rule, there are no properties to be animated and the animation is not executed. If the value is none, no animation is executed even if there is that @-rule with that name. Setting this property to none explicitly disables animations.