如何使用CSS延迟动画
要延迟动画,请使用CSSanimation-delay属性。您可以尝试运行以下代码来延迟动画
示例
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 150px;
height: 200px;
background-color: yellow;
animation-name: myanim;
animation-duration: 2s;
animation-delay: 2s;
}
@keyframes myanim {
from {
background-color: green;
}
to {
background-color: blue;
}
}
</style>
</head>
<body>
<div></div>
</body>
</html>热门推荐
10 歌词祝福语高级文案简短
11 新年祝福语独创文字简短
12 学生祝福语简短古诗句
13 娘家除夕祝福语大全简短
14 小孩想说的祝福语简短
15 员工对同事祝福语简短
16 生日祝福语男孩 简短独特
17 简短祝福语乔迁新家贺词
18 发给导师的祝福语简短