分享更有价值
被信任是一种快乐

html流星雨代码如何实现

文章页正文上

这篇文章主要讲解了“html流星雨代码如何实现”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“html流星雨代码如何实现”吧! html流星雨代码的实现方法:1、创建一个HTML示例文件;2、添加HTML代码为“效果图(流星带颜色的,截图没显示):代码如下:html代码:

html>


漫天流星雨
一起来看流星雨吧!--(●∀●)

css代码:

:root{
--background-color:#2c3e50;
--border-color:#7591AD;
--text-color:#34495e;
--color1:#ec3e27;
--color2:#fd79a8;
--color3:#0984e3;
--color4:#00b894;
--color5:#fdcb6e;
--color6:#e056fd;
--color7:#F97F51;
--color8:#BDC581;
}
*{
margin:0;
padding:0;
}
html{
font-size:14px;
}
body{
width:100vw;
height:100vh;
background-color:var(--background-color);
display:flex;
justify-content:center;
align-items:center;
/*font-family:'免费云主机、域名TimesNewRoman',Times,serif;*/
}
.channel{
position:absolute;
width:80%;
text-align:center;
top:50%;
left:50%;
transform:translate(-50%,-200px);
font-size:30px;
font-weight:bold;
color:#fff;
z-index:999;
}
.container{
position:relative;
width:100vw;
height:100vh;
background-color:#000;
overflow:hidden;
display:flex;
justify-content:center;
align-items:center;
perspective:800px;
/*perspective-origin:leftbottom;*/
transform-style:preserve-3d;
}
.line{
position:absolute;
width:200px;
height:3px;
border-radius:3px;
/*background-color:#fff;*/
background-image:linear-gradient(toright,var(--color),#ffffff50,transparent);
animation:down1slinearinfiniteboth;
animation-delay:calc(var(--d)*0.3s);
}
.line::before,
.line::after{
position:absolute;
content:"";
width:inherit;
height:inherit;
background-image:inherit;
}
.line::before{
filter:blur(5px);
}
.line::after{
filter:blur(10px);
}
@keyframesdown{
0%{
transform:translateY(calc(var(--z)*60px))
translateZ(calc(var(--z)*100px))
rotate(-45deg)
translateX(calc(var(--x)*100px));
}
100%{
transform:translateY(calc(var(--z)*60px))
translateZ(calc(var(--z)*100px))
rotate(-45deg)
translateX(calc(var(--x)*-100px));
}
}
.channel{
background:linear-gradient(toright,red,blue);
-webkit-background-clip:text;
color:transparent;
}

感谢各位的阅读,以上就是“html流星雨代码如何实现”的内容了,经过本文的学习后,相信大家对html流星雨代码如何实现这一问题有了更深刻的体会,具体使用情况还需要大家实践验证。这里是云技术,小编将为大家推送更多相关知识点的文章,欢迎关注!免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@byun.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

相关推荐: 如何使用jQuery制作Web图片轮播效果

本篇内容主要讲解“如何使用jQuery制作Web图片轮播效果”,感兴趣的朋友不妨来看看。本文介绍的方法免费云主机、域名操作简单快捷,实用性强。下面就让小编来带大家学习“如何使用jQuery制作Web图片轮播效果”吧!jquery提供了丰富的选择器以及用来挑选元…

文章页内容下
赞(0) 打赏
版权声明:本站采用知识共享、学习交流,不允许用于商业用途;文章由发布者自行承担一切责任,与本站无关。
文章页正文下
文章页评论上

云服务器、web空间可免费试用

宝塔面板主机、支持php,mysql等,SSL部署;安全高速企业专供99.999%稳定,另有高防主机、不限制内容等类型,具体可咨询QQ:360163164,Tel同微信:18905205712

主机选购导航云服务器试用

登录

找回密码

注册