--- title: animation-duration slug: Web/CSS/animation-duration tags: - CSS - CSS Animations - CSS Property - Experimental - Reference translation_of: Web/CSS/animation-duration ---
{{ CSSRef() }}
{{ SeeCompatTable() }}
La propiedad CSS animation-duration
indica la cantidad de tiempo que la animación tarda en completar un ciclo (duración).
El valor por defecto es 0s
, que indica que la animación no debe producirse.
Es conveniente usar la propiedad abreviada {{ cssxref("animation") }} para ajustar todas las propiedades de animación a la vez
{{cssinfo}}
Gramatica formal: {{csssyntax("animation-duration")}}
animation-duration: 6s animation-duration: 120ms animation-duration: 1s, 15s animation-duration: 10s, 30s, 230ms
<time>
s
) o milisegundos (usando ms
). Si no especificamos la unidad, la sentencia no será válida.0s
.Visitar CSS animations para ver algunos ejemplos.
Especificación | Estado | Comentarios |
---|---|---|
{{ SpecName('CSS3 Animations', '#animation-duration', 'animation-duration') }} | {{ Spec2('CSS3 Animations') }} |
{{ CompatibilityTable() }}
Característica | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 3.0{{ 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ística | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
---|---|---|---|---|---|
Basic support | 2.0{{ property_prefix("-webkit") }} | {{ CompatGeckoMobile("5.0") }}{{ property_prefix("-moz") }} {{ CompatGeckoMobile("16.0") }} |
{{ CompatNo() }} | {{ CompatNo() }} | 4.2{{ property_prefix("-webkit") }} |