更改 <div> 元素的animationDelay属性:
document.getElementById("myDIV").style.animationDelay = "1s";
亲自试一试 »
AnimationDelay 属性定义动画何时开始。
动画延迟值以秒 (s) 或毫秒 (ms) 为单位定义。
提示:允许使用负值,-2s 使动画立即开始,但在动画开始 2 秒后开始。
返回animationDelay属性:
object.style.animationDelay
设置动画延迟属性:
object.style.animationDelay = "
time|initial|inherit"
Value | Description |
---|---|
time | Optional. Defines the number of seconds or milliseconds to wait before the animation will start. Default value is 0 |
initial | Sets this property to its default value. Read about initial |
inherit | Inherits this property from its parent element. Read about inherit |
默认值: | 0 |
---|---|
返回值: | 一个字符串,表示元素的动画延迟属性 |
CSS版本 | CSS3 |
animationDelay
是 CSS3 (1999) 的一项功能。
所有浏览器都完全支持它:
Chrome | Edge | Firefox | Safari | Opera | IE |
Yes | Yes | Yes | Yes | Yes | 11 |
CSS 参考:动画延迟属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!