淘先锋技术网

首页 1 2 3 4 5 6 7

[CSS参考手册](http://css.doyoe.com/)»[属性列表](#)» 动画属性

相关内容:

[**其它动画属性参考**选择其它项](#)

- [animation](#)

- [animation-name](#)

- [animation-duration](#)

- [animation-timing-function](#)

- [animation-delay](#)

- [animation-iteration-count](#)

- [animation-direction](#)

- [animation-play-state](#)

- [animation-fill-mode](#)

# CSS Animation Properties

- 动画属性

### 动画 Animation

Properties
属性
CSS Version
版本
Inherit From Parent
继承性
Description
简介
animationCSS3复合属性。检索或设置对象所应用的动画特效
animation-nameCSS3检索或设置对象所应用的动画名称
animation-durationCSS3检索或设置对象动画的持续时间
animation-timing-functionCSS3检索或设置对象动画的过渡类型
animation-delayCSS3检索或设置对象动画延迟的时间
animation-iteration-countCSS3检索或设置对象动画的循环次数
animation-directionCSS3检索或设置对象动画在循环中是否反向运动
animation-play-stateCSS3检索或设置对象动画的状态
animation-fill-modeCSS3检索或设置对象动画时间之外的状态

**这种颜色** 的链接表示是CSS3属性或原属性被CSS3修改并增加了新的属性值

Copyright © 2006-2012 [Doyoe](http://www.doyoe.com/). All Rights Reserved