--- title: animation-duration slug: Web/CSS/animation-duration tags: - CSS - CSS Animations - CSS Property - Experimental - Reference translation_of: Web/CSS/animation-duration ---
animation-duration
属性指定一个动画周期的时长。
默认值为0s,表示无动画。
使用简写属性{{cssxref("animation")}}很方便地同时设置所有的动画属性。
{{cssinfo}}
Formal syntax: {{csssyntax("animation-duration")}}
animation-duration: 6s animation-duration: 120ms animation-duration: 1s, 15s animation-duration: 10s, 30s, 230ms
<time>
See CSS animations for examples.
Specification | Status | Comment |
---|---|---|
{{ SpecName('CSS3 Animations', '#animation-duration', 'animation-duration') }} | {{ Spec2('CSS3 Animations') }} |
{{ CompatibilityTable() }}
Feature | 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") }} |
Feature | 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") }} |