animation-duration:2s;
-webkit-animation-duration:2s; /* Safari and Chrome */
![]()
![]()
![]()
![]()
![]()
Internet Explorer 10, Firefox, 和 Opera支持 animation-duration 属性.
Safari和Chrome通过私有属性-WebKit-animation支持。
注意:Internet Explorer 9及更早IE版本不支持animation-name 属性。
animation-duration属性定义动画完成一个周期需要多少秒或毫秒。
| 默认值: | 0 |
|---|---|
| 继承: | no |
| 版本: | CSS3 |
| JavaScript 语法: | object object.style.animationDuration="3s" |
CSS3 tutorial: CSS3 动画