CSS3 animation-play-state 属性

实例

div
{
animation-play-state:paused;
-webkit-animation-play-state:paused; /* Safari 和 Chrome */
}

Internet Explorer 10、Firefox 以及 Opera 支持 animation-play-state 属性。

Safari 和 Chrome -webkit-animation-play-state 属性。

注释:Internet Explorer 9 animation-play-state 属性。

animation-play-state

注释:您可以在 JavaScript 画。

默认值: running
继承性: no
版本: CSS3
JavaScript 语法: object.style.animationPlayState="paused"

语法

animation-play-state: paused|running;
描述 测试
paused 暂停。 测试
running 在播放。 测试

相关页面

CSS3 教程:CSS3 动画