<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>stars</title>
<style>
@-webkit-keyframes star-opacity {
0% {
opacity: 0
}
40% {
opacity: 1
}
60% {
opacity: 1
}
100% {
opacity: 0
}
}
@keyframes star-opacity {
0% {
opacity: 0
}
40% {
opacity: 1
}
60% {
opacity: 1
}
100% {
opacity: 0
}
}
@-webkit-keyframes star-pos {
0% {
transform: scale(0) rotate(0) tran
css实现流星雨效果
最新推荐文章于 2025-06-16 15:24:50 发布