animation-play-state :设置是否运行或暂停动画。
注释:您可以在 JavaScript 中使用该属性,这样就能在播放过程中暂停动画。
默认值: | running |
---|---|
继承性: | no |
版本: | CSS3 |
JavaScript 语法: | object.style.animationPlayState="paused" |
暂停动画:
属性 | |||||
---|---|---|---|---|---|
animation-play-state | 43.0 4.0 -webkit- |
10.0 | 16.0 5.0 -moz- |
9.0 4.0 -webkit- |
30.0 15.0 -webkit- 12.0 -o- |
Internet Explorer 10、Firefox 以及 Opera 支持 animation-play-state 属性。
Safari 和 Chrome 支持替代的 -webkit-animation-play-state 属性。
注释:Internet Explorer 9 以及更早的版本不支持 animation-play-state 属性。
CSS3 教程:CSS3 动画
© 2023 mianshi8.net MIT license