哪个CSS属性用于反向运行动画?
使用animation-direction属性可以反向运行动画。该属性与反向动画值一起使用可实现此目的。
示例
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 150px;
height: 200px;
background-color: yellow;
animation-name: myanim;
animation-duration: 2s;
animation-direction: reverse;
}
@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 生日祝福语短句简短霸气