大数跨境
0
0

白天的流星雨(可复制源代码)

白天的流星雨(可复制源代码) 趣聊科技圈
2024-09-21
2

效果演示

html 代码

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Shooting Stars Animation</title>
    <style>
        body { backgroundradial-gradient(ellipse at bottom, #87CEFA 0%, #FFFFFF 100%); height100vhoverflow: hidden; display: flex; font-family"Anton", sans-serif; justify-content: center; align-items: center; } 
        .night { position: relative; width100%height100%transformrotateZ(45deg); }
        .shooting_star { position: absolute; left50%top50%height2pxbackgroundlinear-gradient(-45deg, #FFD700, rgba(25525500)); border-radius999pxfilterdrop-shadow(0 0 6px #FFD700); animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite; }
        .shooting_star::before.shooting_star::after { content""position: absolute; topcalc(50% - 1px); right0height2pxbackgroundlinear-gradient(-45deg, rgba(25525500), #FFD700rgba(25525500)); transformtranslateX(50%); border-radius100%animation: shining 3000ms ease-in-out infinite; }
        .shooting_star::before { transformtranslateX(50%rotateZ(45deg); }
        .shooting_star::after { transformtranslateX(50%rotateZ(-45deg); }
        .shooting_star:nth-child(1) { topcalc(50% - -124px); leftcalc(50% - 144px); animation-delay1022ms; }
        .shooting_star:nth-child(2) { topcalc(50% - 47px); leftcalc(50% - 212px); animation-delay3898ms; }
        .shooting_star:nth-child(3) { topcalc(50% - -132px); leftcalc(50% - 127px); animation-delay1083ms; }
        .shooting_star:nth-child(4) { topcalc(50% - -118px); leftcalc(50% - 11px); animation-delay4106ms; }
        .shooting_star:nth-child(5) { topcalc(50% - 168px); leftcalc(50% - 83px); animation-delay262ms; }
        .shooting_star:nth-child(6) { topcalc(50% - -39px); leftcalc(50% - 19px); animation-delay9322ms; }
        .shooting_star:nth-child(7) { topcalc(50% - 136px); leftcalc(50% - 29px); animation-delay7812ms; }
        .shooting_star:nth-child(8) { topcalc(50% - 43px); leftcalc(50% - 185px); animation-delay5527ms; }
        .shooting_star:nth-child(9) { topcalc(50% - 103px); leftcalc(50% - 108px); animation-delay951ms; }
        .shooting_star:nth-child(10) { topcalc(50% - 102px); leftcalc(50% - 180px); animation-delay358ms; }
        .shooting_star:nth-child(11) { topcalc(50% - 44px); leftcalc(50% - 132px); animation-delay759ms; }
        .shooting_star:nth-child(12) { topcalc(50% - -129px); leftcalc(50% - 237px); animation-delay2251ms; }
        .shooting_star:nth-child(13) { topcalc(50% - 98px); leftcalc(50% - 70px); animation-delay9063ms; }
        .shooting_star:nth-child(14) { topcalc(50% - -9px); leftcalc(50% - 208px); animation-delay4446ms; }
        .shooting_star:nth-child(15) { topcalc(50% - -108px); leftcalc(50% - 257px); animation-delay6358ms; }
        .shooting_star:nth-child(16) { topcalc(50% - 170px); leftcalc(50% - 255px); animation-delay4057ms; }
        .shooting_star:nth-child(17) { topcalc(50% - 12px); leftcalc(50% - 22px); animation-delay1869ms; }
        .shooting_star:nth-child(18) { topcalc(50% - 63px); leftcalc(50% - 133px); animation-delay1703ms; }
        .shooting_star:nth-child(19) { topcalc(50% - -12px); leftcalc(50% - 249px); animation-delay4177ms; }
        .shooting_star:nth-child(20) { topcalc(50% - 193px); leftcalc(50% - 168px); animation-delay5977ms; }
        @keyframes tail { 0% { width0; } 30% { width100px; } 100% { width0; } }
        @keyframes shining { 0% { width0; } 50% { width30px; } 100% { width0; } }
        @keyframes shooting { 0% { transformtranslateX(0); } 100% { transformtranslateX(300px); } }
    
</style>
</head>
<body>
    <div class="night">
        <div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div><div class="shooting_star"></div>
    </div>
</body>
</html>


【声明】内容源于网络
0
0
趣聊科技圈
🧐探索科技,发现乐趣。🤩带你玩遍科技好物!
内容 511
粉丝 0
趣聊科技圈 🧐探索科技,发现乐趣。🤩带你玩遍科技好物!
总阅读260
粉丝0
内容511