css animation-play-state属性规定动画正在运行还是暂停。animation-play-state: paused;表示动画已暂停,animation-play-state: running;表示动画正在播放。

css animation-play-state属性怎么用?
作用:animation-play-state 属性规定动画正在运行还是暂停。
语法:
animation-play-state: paused|running;
说明:paused 规定动画已暂停。running 规定动画正在播放。
立即学习“前端免费学习笔记(深入)”;
注释:您可以在 JavaScript 中使用该属性,这样就能在播放过程中暂停动画。
css animation-play-state属性使用示例
注释:Internet Explorer 9 以及更早的版本不支持 animation-play-state 属性。
效果:











