如何让css3动画做到顺序展示
答案:5 悬赏:10 手机版
解决时间 2021-03-29 00:58
- 提问者网友:寂寞梧桐
- 2021-03-28 20:05
如何让css3动画做到顺序展示
最佳答案
- 五星知识达人网友:污到你湿
- 2021-03-28 20:31
这是w3school的示例,延时执行动画
注释:本例在 Internet Explorer 中无效。
注释:本例在 Internet Explorer 中无效。
全部回答
- 1楼网友:佘樂
- 2021-03-29 00:42
可以参考我的这篇文章:
网页链接
- 2楼网友:深街酒徒
- 2021-03-29 00:02
#id1{
animation-delay: -1s
-moz-animation-delay: -1s
-webkit-animation-delay: -1s
}
#id2{
animation-delay: -2s
-moz-animation-delay: -2s
-webkit-animation-delay: -2s
}
id1是1秒后,id2是2秒后开始
animation-delay: -1s
-moz-animation-delay: -1s
-webkit-animation-delay: -1s
}
#id2{
animation-delay: -2s
-moz-animation-delay: -2s
-webkit-animation-delay: -2s
}
id1是1秒后,id2是2秒后开始
- 3楼网友:独钓一江月
- 2021-03-28 23:17
把动画时间和开始时间算好就可以了
- 4楼网友:傲气稳了全场
- 2021-03-28 21:59
您好,代码如下:
无标题文档
文字XX
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯