--- title: animation-name slug: Web/CSS/animation-name tags: - CSS - CSS Animations - CSS Property - Experimental - Reference translation_of: Web/CSS/animation-name ---
La propiedad CSS animation-name especifica una lista de animaciones que se deben aplicar al elemento seleccionado. Cada nombre indica un {{cssxref("@keyframes")}} esta regla define los valores de las propiedades de la secuencia de animación.
A menudo es conveniente utilizar la propiedad abrevieda {{cssxref("animation")}} para ajustar todas las propiedades de animación a la vez.
{{cssinfo}}
Sintaxis formal: {{csssyntax("animation-name")}}
animation-name: none; animation-name: test_05; animation-name: -specific; animation-name: sliding-vertically; animation-name: test1; animation-name: test1, animation4; animation-name: none, -moz-specific, sliding; animation-name: initial; animation-name: inherit; animation-name: unset;
<single-animation-name>
es una de las siguientes palabras clave:
none
none
, unset
, initial
, o inherit
ni ninguna combinación de estos casos.Ver ejemplos CSS animations.
Especificación | Estado | Comentario |
---|---|---|
{{SpecName('CSS3 Animations', '#animation-name', 'animation-name')}} | {{Spec2('CSS3 Animations')}} |
Características | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Soporte básico | {{CompatVersionUnknown}}{{property_prefix("-webkit")}} | {{CompatGeckoDesktop("5.0")}}{{property_prefix("-moz")}} {{CompatGeckoDesktop("16.0")}} |
10 | 12 {{property_prefix("-o")}} 12.10 # |
4.0{{property_prefix("-webkit")}} |
Características | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Soporte básico | {{CompatVersionUnknown}}{{property_prefix("-webkit")}} | {{CompatGeckoMobile("5.0")}}{{property_prefix("-moz")}} {{CompatGeckoMobile("16.0")}} |
10 | {{CompatUnknown}} | {{CompatUnknown}} |