下面有更多 "亲自试一试" 示例。
这个animation-play-state
属性指定动画是正在运行还是已暂停。
笔记:在 JavaScript 中使用此属性可在循环中间暂停动画。
表中的数字指定完全支持该属性的第一个浏览器版本。
后跟 -webkit-、-moz- 或 -o- 的数字指定使用前缀的第一个版本。
Property | |||||
---|---|---|---|---|---|
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- |
animation-play-state: paused|running|initial|inherit;
Value | Description | Demo |
---|---|---|
paused | Specifies that the animation is paused | Play it » |
running | Default value. Specifies that the animation is running | Play it » |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
CSS教程:CSS 动画
HTML DOM 参考:AnimationPlayState 属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!