CSS animation-delay 属性 运动,动画元素,div

 2022-05-29    518  

CSS animation-delay 属性 运动,动画元素,div

实例

CSS animation-delay 属性 运动,动画元素,div

等待两秒,然后开始动画:

div
{
animation-delay:2s;
-webkit-animation-delay:2s; /* Safari 和 Chrome */
}

定义和用法

animation-delay 属性定义动画何时开始。

animation-delay 值以秒或毫秒计。

提示:允许负值,-2s 使动画马上开始,但跳过 2 秒进入动画。

默认值:0
继承性:no
版本:CSS3
JavaScript   语法:object.style.animationDelay="2s"

语法

animation-delay: time;
描述
time可选。定义动画开始前等待的时间,以秒或毫秒计。默认值是   0。


animation-delay 属性。

  •  标签:  
  • css
  •  

原文链接:https://77isp.com/post/1022.html

=========================================

https://77isp.com/ 为 “云服务器技术网” 唯一官方服务平台,请勿相信其他任何渠道。