animation-play-state简介
animation-play-state定义和用法
animation-play-state:running | paused [ , running | paused ]*
默认值:running
适用于:所有元素,包含伪对象:after和:before
继承性:无
animation-play-state属性值
animation-play-state说明
检索或设置对象动画的状态
- 如果提供多个属性值,以逗号进行分隔。
- 对应的脚本特性为animationPlayState。
来源:http://caibaojian.com/css3/properties/animation/animation-play-state.htm