CSS3 animation-direction 属性
实例
div
{
animation-direction:alternate;
-webkit-animation-direction:alternate; /* Safari 和 Chrome */
}
Internet Explorer 10、Firefox 以及 Opera 支持 animation-direction 属性。
Safari 和 Chrome -webkit-animation-direction 属性。
注释:Internet Explorer 9 animation-direction 属性。
animation-direction 画。
如果 animation-direction 值是 "alternate"(1、3、5 2、4、6 播放。
注释:效果。
默认值: | normal |
---|---|
继承性: | no |
版本: | CSS3 |
JavaScript 语法: | object.style.animationDirection="alternate" |
相关页面
CSS3 教程:CSS3 动画