目录
- 引言
- 一、动画关键帧序列
- 二、动画各属性拆解
- 1. animation-name
- 2. animation-duration
- 3. animation-delay
- 3.1 设置delay为正值
- 3.2 设置delay为负值
- 4. animation-direction
- 5. animation-iteration-count
- 6. animation-fill-mode
- 7. animation-play-state
- 8. animation-timing-function
- 8.1 非阶跃函数(三次贝塞尔曲线)
- 8.2 阶跃函数
- 8.2.1详细描述下这几个类型的特点
- 8.2.2 现在还需要了解一些阶跃函数其他的细节。
- 三、动画属性简写
- 四、总结