定义和用法
animation-duration 属性定义动画完成一个周期所需要的时间,以秒或毫秒计。
实例
为 @keyframes 动画规定一个名称:
div {
animation-duration: 3s;
}
CSS 语法
animation-duration: time;