transition-delay

介绍

用于设置过渡动画延迟执行的时间

使用示例

语法

transition-delay: 2s;
transition-delay: 300ms;

取值

  • <time> 延迟时间。
  • 默认值 0s

形式定义

初始值0
适用元素所有元件
是否支持继承no
是否支持动画no

形式语法

transition-delay:`<time>`;

扩展阅读

注意事项

INFO
  • Lynx 默认 durationdelay 需要有单位,强烈建议带上单位。

兼容性

LCD tables only load in the browser

除非另有说明,本项目采用知识共享署名 4.0 国际许可协议进行许可,代码示例采用 Apache License 2.0 许可协议进行许可。