您的位置: 首页 > -webkit-animation
-webkit-animation 属性
设置动画效果。接受多组值,用,隔开。默认值为none 0s ease 0s 1 normal none running。
该属性是-webkit-animation-name、-webkit-animation-duration、-webkit-animation-timing-function、-webkit-animation-delay、-webkit-animation-iteration-count、-webkit-animation-direction、-webkit-animation-fill-mode和-webkit-animation-play-state的简写形式。
该属性是-webkit-animation-name、-webkit-animation-duration、-webkit-animation-timing-function、-webkit-animation-delay、-webkit-animation-iteration-count、-webkit-animation-direction、-webkit-animation-fill-mode和-webkit-animation-play-state的简写形式。
? 4.0+ ? 2.0+
?: 表示版本号未知,但该属性可用。
语法
-webkit-animation: <single-animation-name> || <single-animation-duration> || <single-animation-timing-function> || <single-animation-delay> || <single-animation-iteration-count> || <single-animation-direction> || <single-animation-fill-mode> || <single-animation-play-state>
取值
single-animation-name | 指定对象引用的动画名称。 |
---|---|
single-animation-duration | 指定对象动画的持续时间。 |
single-animation-timing-function | 检索或设置对象动画的时间函数。 |
single-animation-delay | 指定对象动画延迟的时间。 |
single-animation-iteration-count | 指定对象动画的循环次数。 |
single-animation-direction | 检索或设置对象动画在循环中是否反向运动。 |
single-animation-fill-mode | 检索或设置对象动画时间之外的状态。 |
single-animation-play-state | 检索或设置对象动画的状态。 |