state字面上理解就是状态,控制css3动画状态的,InternetExplorer9以及更早的版本不支持animation-play-state属性。
animation-play-state:paused|running;暂停和运行2个参数
实例
暂停动画:
div
{
animation-play-state:paused;
-webkit-animation-play-state:paused;
}
水利万物而不争,
而万物莫能与之争。