国产 无码 综合区,色欲AV无码国产永久播放,无码天堂亚洲国产AV,国产日韩欧美女同一区二区

流星特效案例代碼

這篇具有很好參考價(jià)值的文章主要介紹了流星特效案例代碼。希望對(duì)大家有所幫助。如果存在錯(cuò)誤或未考慮完全的地方,請(qǐng)大家不吝賜教,您也可以點(diǎn)擊"舉報(bào)違法"按鈕提交疑問(wèn)。

實(shí)際效果,代碼下載即可使用

流星特效案例代碼,css,css3,前端

?流星圖片

?流星特效案例代碼,css,css3,前端

<!--

?描述: 流星特效

?作者: Jack GUO

?日期: 20230727

-->

<template>

? <div class="wrap-container sn-container">

? ? <div class="pd-main-left">

? ? ? <div class="yun-container">

? ? ? ? <div class="yun-tree"></div>

? ? ? ? <div class="line-fs"></div>

? ? ? ? <div class="line-fs"></div>

? ? ? ? <div class="line-fs"></div>

? ? ? ? <div class="line-fs"></div>

? ? ? ? <div class="line-fs"></div>

? ? ? ? <div class="line-fs"></div>

? ? ? ? <div class="line-fs"></div>

? ? ? ? <div class="line-fs"></div>

? ? ? ? <div class="line-fs"></div>

? ? ? </div>

? ? </div>

? </div>

</template>

<script>

export default {

? name: "flashCloud",

? data() {

? ? return {

? ? }

? },

? mounted() {

? },

? methods: {

? },

? beforeDestroy() {

? }

};

</script>

<style lang="scss" scoped>

.wrap-container {

? position: absolute;

? overflow: hidden;

? display: block;

? cursor: default;

? z-index: 0;

? left: 0;

? top: 0;

? width: 500px;

? height: 300px;

? background-color: black;

}

.sn-container {

? left: 512px;

? top: 78px;

? width: 432px;

? height: 400px;

? .pd-main-left {

? ? position: relative;

? ? width: 310px;

? ? height: 335px;

? ? transform: rotate(45deg);

? ? .yun-container {

? ? ? width: 100%;

? ? ? height: 100%;

? ? ? >div {

? ? ? ? &:nth-child(2) {

? ? ? ? ? height: 90%;

? ? ? ? ? -webkit-animation-duration: 2s;

? ? ? ? ? -moz-animation-duration: 2s;

? ? ? ? ? -o-animation-duration: 2s;

? ? ? ? ? animation-duration: 2s;

? ? ? ? ? -webkit-animation-delay: 1.5s;

? ? ? ? ? -moz-animation-delay: 1.5s;

? ? ? ? ? -o-animation-delay: 1.5s;

? ? ? ? ? animation-delay: 1.5s;

? ? ? ? ? bottom: 0;

? ? ? ? ? left: 51px;

? ? ? ? }

? ? ? ? &:nth-child(3) {

? ? ? ? ? height: 100%;

? ? ? ? ? -webkit-animation-duration: 3s;

? ? ? ? ? -moz-animation-duration: 3s;

? ? ? ? ? -o-animation-duration: 3s;

? ? ? ? ? animation-duration: 3s;

? ? ? ? ? -webkit-animation-delay: 0s;

? ? ? ? ? -moz-animation-delay: 0s;

? ? ? ? ? -o-animation-delay: 0s;

? ? ? ? ? animation-delay: 0s;

? ? ? ? ? bottom: 32px;

? ? ? ? ? left: 89px;

? ? ? ? }

? ? ? ? &:nth-child(4) {

? ? ? ? ? height: 100%;

? ? ? ? ? -webkit-animation-duration: 2.5s;

? ? ? ? ? -moz-animation-duration: 2.5s;

? ? ? ? ? -o-animation-duration: 2.5s;

? ? ? ? ? animation-duration: 2.5s;

? ? ? ? ? -webkit-animation-delay: 1s;

? ? ? ? ? -moz-animation-delay: 1s;

? ? ? ? ? -o-animation-delay: 1s;

? ? ? ? ? animation-delay: 1s;

? ? ? ? ? bottom: 3px;

? ? ? ? ? left: 179px;

? ? ? ? ? -webkit-filter: hue-rotate(180deg);

? ? ? ? ? filter: hue-rotate(180deg);

? ? ? ? }

? ? ? ? &:nth-child(5) {

? ? ? ? ? height: 90%;

? ? ? ? ? -webkit-animation-duration: 2s;

? ? ? ? ? -moz-animation-duration: 2s;

? ? ? ? ? -o-animation-duration: 2s;

? ? ? ? ? animation-duration: 2s;

? ? ? ? ? -webkit-animation-delay: 2s;

? ? ? ? ? -moz-animation-delay: 2s;

? ? ? ? ? -o-animation-delay: 2s;

? ? ? ? ? animation-delay: 2s;

? ? ? ? ? bottom: 42px;

? ? ? ? ? left: 229px;

? ? ? ? }

? ? ? ? &:nth-child(6) {

? ? ? ? ? height: 100%;

? ? ? ? ? -webkit-animation-duration: 2.5s;

? ? ? ? ? -moz-animation-duration: 2.5s;

? ? ? ? ? -o-animation-duration: 2.5s;

? ? ? ? ? animation-duration: 2.5s;

? ? ? ? ? -webkit-animation-delay: 0.5s;

? ? ? ? ? -moz-animation-delay: 0.5s;

? ? ? ? ? -o-animation-delay: 0.5s;

? ? ? ? ? animation-delay: 0.5s;

? ? ? ? ? bottom: 11px;

? ? ? ? ? right: 48px;

? ? ? ? }

? ? ? ? &:nth-child(7) {

? ? ? ? ? height: 90%;

? ? ? ? ? -webkit-animation-duration: 3s;

? ? ? ? ? -moz-animation-duration: 3s;

? ? ? ? ? -o-animation-duration: 3s;

? ? ? ? ? animation-duration: 3s;

? ? ? ? ? -webkit-animation-delay: 2.5s;

? ? ? ? ? -moz-animation-delay: 2.5s;

? ? ? ? ? -o-animation-delay: 2.5s;

? ? ? ? ? animation-delay: 2.5s;

? ? ? ? ? bottom: -22px;

? ? ? ? ? right: 174px;

? ? ? ? ? -webkit-filter: hue-rotate(180deg);

? ? ? ? ? filter: hue-rotate(180deg);

? ? ? ? }

? ? ? ? &:nth-child(8) {

? ? ? ? ? height: 90%;

? ? ? ? ? -webkit-animation-duration: 3s;

? ? ? ? ? -moz-animation-duration: 3s;

? ? ? ? ? -o-animation-duration: 3s;

? ? ? ? ? animation-duration: 3s;

? ? ? ? ? -webkit-animation-delay: 1.5s;

? ? ? ? ? -moz-animation-delay: 1.5s;

? ? ? ? ? -o-animation-delay: 1.5s;

? ? ? ? ? animation-delay: 1.5s;

? ? ? ? ? bottom: -22px;

? ? ? ? ? right: 100px;

? ? ? ? }

? ? ? ? &:nth-child(9) {

? ? ? ? ? height: 100%;

? ? ? ? ? -webkit-animation-duration: 2.5s;

? ? ? ? ? -moz-animation-duration: 2.5s;

? ? ? ? ? -o-animation-duration: 2.5s;

? ? ? ? ? animation-duration: 2.5s;

? ? ? ? ? -webkit-animation-delay: 2s;

? ? ? ? ? -moz-animation-delay: 2s;

? ? ? ? ? -o-animation-delay: 2s;

? ? ? ? ? animation-delay: 2s;

? ? ? ? ? bottom: -10px;

? ? ? ? ? right: 220px;

? ? ? ? }

? ? ? ? &:nth-child(10) {

? ? ? ? ? height: 95%;

? ? ? ? ? -webkit-animation-duration: 2s;

? ? ? ? ? -moz-animation-duration: 2s;

? ? ? ? ? -o-animation-duration: 2s;

? ? ? ? ? animation-duration: 2s;

? ? ? ? ? -webkit-animation-delay: 1s;

? ? ? ? ? -moz-animation-delay: 1s;

? ? ? ? ? -o-animation-delay: 1s;

? ? ? ? ? animation-delay: 1s;

? ? ? ? ? bottom: -41px;

? ? ? ? ? right: 182px;

? ? ? ? }

? ? ? }

? ? ? .yun-tree {

? ? ? ? width: 100%;

? ? ? ? height: 100%;

? ? ? ? mix-blend-mode: screen;

? ? ? }

? ? ? .line-fs {

? ? ? ? width: 14px;

? ? ? ? height: 100%;

? ? ? ? background-image: url(../../assets/line-fs.png);

? ? ? ? background-repeat: no-repeat;

? ? ? ? background-position: 50% 150%;

? ? ? ? position: absolute;

? ? ? ? z-index: -1;

? ? ? ? -webkit-animation: fs 3s cubic-bezier(1, 0, 0.6, 0.6) infinite;

? ? ? ? -moz-animation: fs 3s cubic-bezier(1, 0, 0.6, 0.6) infinite;

? ? ? ? -o-animation: fs 3s cubic-bezier(1, 0, 0.6, 0.6) infinite;

? ? ? ? animation: fs 3s cubic-bezier(1, 0, 0.6, 0.6) infinite;

? ? ? }

? ? }

? }

}

@-webkit-keyframes fs {

? 0% {

? ? background-position: 50% 150%;

? }

? 50% {

? ? background-position: 50% -132%;

? }

? 100% {

? ? background-position: 50% -264%;

? ? opacity: 0;

? }

}

@-moz-keyframes fs {

? 0% {

? ? background-position: 50% 150%;

? }

? 50% {

? ? background-position: 50% -132%;

? }

? 100% {

? ? background-position: 50% -264%;

? ? opacity: 0;

? }

}

@-o-keyframes fs {

? 0% {

? ? background-position: 50% 150%;

? }

? 50% {

? ? background-position: 50% -132%;

? }

? 100% {

? ? background-position: 50% -264%;

? ? opacity: 0;

? }

}

@keyframes fs {

? 0% {

? ? background-position: 50% 150%;

? }

? 50% {

? ? background-position: 50% -132%;

? }

? 100% {

? ? background-position: 50% -264%;

? ? opacity: 0;

? }

}

</style>文章來(lái)源地址http://www.zghlxwxcb.cn/news/detail-611604.html

到了這里,關(guān)于流星特效案例代碼的文章就介紹完了。如果您還想了解更多內(nèi)容,請(qǐng)?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!

本文來(lái)自互聯(lián)網(wǎng)用戶(hù)投稿,該文觀點(diǎn)僅代表作者本人,不代表本站立場(chǎng)。本站僅提供信息存儲(chǔ)空間服務(wù),不擁有所有權(quán),不承擔(dān)相關(guān)法律責(zé)任。如若轉(zhuǎn)載,請(qǐng)注明出處: 如若內(nèi)容造成侵權(quán)/違法違規(guī)/事實(shí)不符,請(qǐng)點(diǎn)擊違法舉報(bào)進(jìn)行投訴反饋,一經(jīng)查實(shí),立即刪除!

領(lǐng)支付寶紅包贊助服務(wù)器費(fèi)用

相關(guān)文章

  • 實(shí)用CSS3模擬實(shí)現(xiàn)一個(gè)雷達(dá)掃描動(dòng)畫(huà)特效

    實(shí)用CSS3模擬實(shí)現(xiàn)一個(gè)雷達(dá)掃描動(dòng)畫(huà)特效

    方法二:雷達(dá)掃描動(dòng)畫(huà)特效(filter陰影效果) ?

    2024年02月12日
    瀏覽(100)
  • CSS3模擬小倉(cāng)鼠一直奔跑的動(dòng)畫(huà)特效

    CSS3模擬小倉(cāng)鼠一直奔跑的動(dòng)畫(huà)特效

    最近在麗澤橋的花鳥(niǎo)蟲(chóng)魚(yú)市場(chǎng)看見(jiàn) 小倉(cāng)鼠一直在奔跑 ,覺(jué)得它好累啊,但是卻又樂(lè)此不疲的在跑著,就像我們這些打工族一樣。之前見(jiàn)過(guò)有人把手機(jī)放在小倉(cāng)鼠的滾輪上記步數(shù),也是挺聰明的。今天就通過(guò) CSS3 來(lái)實(shí)現(xiàn)一只一直奔跑著的小倉(cāng)鼠。 ? 目錄 1. 實(shí)現(xiàn)思路 2.? 圓圈的

    2023年04月09日
    瀏覽(17)
  • CSS3繪制3D銀行卡片層疊展示特效

    CSS3繪制3D銀行卡片層疊展示特效

    使用純css3繪制3D銀行卡層疊展示特效 具體示例如下 實(shí)現(xiàn)這個(gè)3D卡片,需要在最外層父級(jí)元素添加 transform: translate3d(0, 0, 0);transform-style: preserve-3d ,聲明 3D ,結(jié)合 css3 中 transform 的變換,平移就可以實(shí)現(xiàn) 村民私自搭橋收費(fèi)被判刑 2023-07-10 聊一下大學(xué)幾年如何渡過(guò) 2023-07-09 聊一聊抑郁

    2024年02月16日
    瀏覽(88)
  • 純css3實(shí)現(xiàn)小雞從雞蛋破殼而出動(dòng)畫(huà)特效

    純css3實(shí)現(xiàn)小雞從雞蛋破殼而出動(dòng)畫(huà)特效

    實(shí)現(xiàn)一個(gè)使用純css3實(shí)現(xiàn)小雞破殼的效果 示例效果如下所示 實(shí)現(xiàn)這個(gè)小雞破殼,使用css3,結(jié)合動(dòng)畫(huà)關(guān)鍵幀就可以實(shí)現(xiàn),結(jié)合元素絕對(duì)定位,使用 div + css 進(jìn)行繪制 當(dāng)鼠標(biāo)移上去時(shí),實(shí)現(xiàn)蛋黃與蛋殼的分離,使用css3中的 transform ,變換,垂直反方向上,平移就可以實(shí)現(xiàn) 村民私自搭橋收費(fèi)被

    2024年02月16日
    瀏覽(28)
  • 520要來(lái)了,CSS3模擬3D旋轉(zhuǎn)節(jié)日表白動(dòng)畫(huà)特效

    520要來(lái)了,CSS3模擬3D旋轉(zhuǎn)節(jié)日表白動(dòng)畫(huà)特效

    一年一度的520要來(lái)了,做為一名CSS3愛(ài)好者,怎么能不為大家的技術(shù)型表白做出一點(diǎn)貢獻(xiàn)呢,這不,用CSS3模擬3D旋轉(zhuǎn)的表白特效來(lái)了,快快拿去表白 目錄 實(shí)現(xiàn)思路? 單層3D可見(jiàn) HTML源代碼 CSS3源代碼 ? 實(shí)現(xiàn)思路? 本文通過(guò)添加. scene 類(lèi),添加 .banner 類(lèi),使其雙層3D呈現(xiàn) transform

    2024年02月05日
    瀏覽(26)
  • CSS3煎制荷包蛋動(dòng)畫(huà)特效,優(yōu)質(zhì)男士表白必備

    CSS3煎制荷包蛋動(dòng)畫(huà)特效,優(yōu)質(zhì)男士表白必備

    你有多久沒(méi)吃過(guò)早餐了?你是否每天忙碌到很晚,結(jié)果導(dǎo)致早上起來(lái)也很晚,匆匆忙忙來(lái)不及吃早餐,更別說(shuō)自己做了。一直到現(xiàn)在,你有多久沒(méi)有吃到過(guò)母親做的早飯了?我們?cè)谕獗疾?,希望家人安康?你有多久沒(méi)有給自己的愛(ài)人做過(guò)早餐了?害,誰(shuí)的婚后日子不是刀光劍

    2024年02月07日
    瀏覽(31)
  • 快六一啦,學(xué)習(xí)CSS3實(shí)現(xiàn)一個(gè)冰淇淋動(dòng)畫(huà)特效

    快六一啦,學(xué)習(xí)CSS3實(shí)現(xiàn)一個(gè)冰淇淋動(dòng)畫(huà)特效

    快六一啦,小時(shí)候頂多吃個(gè)小冰棍,或者是那種小冰袋,現(xiàn)在的小朋友真是好,動(dòng)不動(dòng)就能吃到冰淇淋,今天用CSS3實(shí)現(xiàn)一個(gè)冰淇淋的動(dòng)畫(huà)特效吧 ? 目錄 實(shí)現(xiàn)思路 桶身的實(shí)現(xiàn) 冰淇淋身體的實(shí)現(xiàn) 五彩顆粒的實(shí)現(xiàn) HTML源碼 CSS3源碼 最后 實(shí)現(xiàn)思路 本文采用多DOM的方式進(jìn)行布局,冰

    2024年02月06日
    瀏覽(27)
  • HTML5+CSS3小實(shí)例:3D翻轉(zhuǎn)Tab選項(xiàng)卡切換特效

    HTML5+CSS3小實(shí)例:3D翻轉(zhuǎn)Tab選項(xiàng)卡切換特效

    實(shí)例:3D翻轉(zhuǎn)Tab選項(xiàng)卡切換特效 技術(shù)棧:HTML+CSS 效果: 源碼: 【HTML】

    2024年02月04日
    瀏覽(29)
  • css3+javaScript實(shí)現(xiàn)一個(gè)左右鐘擺-搖晃的紅燈籠網(wǎng)頁(yè)特效

    css3+javaScript實(shí)現(xiàn)一個(gè)左右鐘擺-搖晃的紅燈籠網(wǎng)頁(yè)特效

    css3+javaScript實(shí)現(xiàn)一個(gè)左右鐘擺-搖晃的紅燈籠網(wǎng)頁(yè)特效!前天逛博客時(shí)無(wú)意中看見(jiàn)了,別人的博客頂部有一個(gè)會(huì)左右鐘擺的搖晃的紅燈籠,產(chǎn)生了想法,我也想給自己做一個(gè),但是網(wǎng)上找了很多方案,都沒(méi)有實(shí)現(xiàn)。終于在昨天晚上搜索,找到了利用css3和js一起組合的技術(shù),實(shí)現(xiàn)

    2024年01月20日
    瀏覽(24)
  • 看不上日全食了,學(xué)習(xí)CSS3,實(shí)現(xiàn)一個(gè)日全食的動(dòng)畫(huà)特效

    看不上日全食了,學(xué)習(xí)CSS3,實(shí)現(xiàn)一個(gè)日全食的動(dòng)畫(huà)特效

    看新聞?wù)f,今年全球唯一一次日全食將于北京時(shí)間4月9日凌晨在北美洲地區(qū)上演。看來(lái)那邊我是去不成了,日全食也看不見(jiàn)了,不過(guò)我可以用CSS3實(shí)現(xiàn)一個(gè)日全食的動(dòng)畫(huà)特效。一起來(lái)看一下吧。 ? 目錄 1. 實(shí)現(xiàn)思路 2. 天空的生成已經(jīng)漸變 3 太陽(yáng)的生成以及漸變 4 月亮的生成以及

    2024年04月09日
    瀏覽(19)

覺(jué)得文章有用就打賞一下文章作者

支付寶掃一掃打賞

博客贊助

微信掃一掃打賞

請(qǐng)作者喝杯咖啡吧~博客贊助

支付寶掃一掃領(lǐng)取紅包,優(yōu)惠每天領(lǐng)

二維碼1

領(lǐng)取紅包

二維碼2

領(lǐng)紅包