举报投诉联系我们 手机版 热门标签 鳄鱼CMS
您的位置:鳄鱼CMS > html style.display HTML DOM Style animationPlayState 属性

html style.display HTML DOM Style animationPlayState 属性

2023-06-24 03:31

html style.display HTML DOM Style animationPlayState 属性

html style.display HTML DOM Style animationPlayState 属性

html style.display

Style animationPlayState 属性

Style 对象参考手册 Style 对象

实例

暂停一个动画:

document.getElementById("myDIV").style.animationPlayState="paused";


定义和用法

animationPlayState 属性规定动画是运行的还是暂停的。

注意:使用该属性暂停一个正在播放中的动画。


浏览器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Internet Explorer 10、Firefox 和 Opera 支持 animationPlayState 属性。

Safari 和 Chrome 支持另一个可替代该属性的属性,即 WebkitAnimationPlayState 属性。

注意:Internet Explorer 9 及其之前的版本不支持 animationPlayState 属性。


语法

返回 animationPlayState 属性:

object.style.animationPlayState

设置 animationPlayState 属性:

object.style.animationPlayState="running|paused|initial|inherit"

属性值

描述
running 默认值。规定动画是运行的。
paused 规定动画是暂停的。
initial 设置该属性为它的默认值。请参阅 initial
inherit 从父元素继承该属性。请参阅 inherit

技术细节

默认值: running
返回值: 字符串,表示元素的 animation-play-state 属性。
CSS 版本 CSS3


相关文章

CSS 参考手册:animation-play-state 属性


Style 对象参考手册 Style 对象

阅读全文
以上是鳄鱼CMS为你收集整理的html style.display HTML DOM Style animationPlayState 属性全部内容。
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
相关文章
© 2024 鳄鱼CMS eyucms.com 版权所有 联系我们