transitionDelay 属性指定过渡效果何时开始。
TransitionDelay 值以秒 (s) 或毫秒 (ms) 为单位定义。
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
transitionDelay | 26.0 | 10.0 | 16.0 | 6.1 | 12.1 |
返回transitionDelay属性:
object.style.transitionDelay
设置transitionDelay属性:
object.style.transitionDelay
= "time|initial|inherit"
Value | Description |
---|---|
time | Specifies the number of seconds or milliseconds to wait before the transition effect will start |
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 |
CSS 参考:转换延迟属性
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!