使用CSS3做出带有光晕流星旋转光环的效果

今天教大家的这一份代码是用css3做出带有光晕的流星旋转光环的效果,感兴趣的朋友可以自己动手实践一下,案列代码如下:

  1. html {width: 100%;height: 100%;}body {width: 100%;height: 100%;overflow: hidden;background-image: -webkit-linear-gradient(90deg, #395ecb 0%, #3657be 35%, #242161 75%, #1a0531 100%);background-image: -moz-linear-gradient(90deg, #395ecb 0%, #3657be 35%, #242161 75%, #1a0531 100%);background-image: -ms-linear-gradient(90deg, #395ecb 0%, #3657be 35%, #242161 75%, #1a0531 100%);background-image: linear-gradient(0deg, #395ecb 0%, #3657be 35%, #242161 75%, #1a0531 100%);perspective: 1000px;}.bg0 {width: 500px;height: 500px;top: 50%;left: 50%;transform: translate(-50%, -50%);background: url(../images/bg0.png) no-repeat center center;background-size: 150%;}.bg1 {width: 100%;height: 100%;background: url(../images/bg1.png) no-repeat center center;}.hx-box {top: 50%;left: 50%;width: 500px;height: 500px;transform-style: preserve-3d;transform: translate(-50%, -50%) rotateY(75deg);}.hx-box ul {width: 500px;height: 500px;transform-style: preserve-3d;animation:hxz 20s linear infinite;}@keyframes hxz{0% {transform: rotateX(0deg);}100% {transform: rotateX(-360deg);}}.hx-box ul li {width: 500px;height: 500px;border: 4px solid #5ec0ff;border-radius: 1000px;}.hx-box ul li span {display: block;width: 100%;height: 100%;background: url(../images/hx.png) no-repeat center center;background-size: 100% 100%;animation: hx 4s linear infinite;}@keyframes hx {to {transform: rotate(360deg);}}.hx-k2 {transform: rotateX(60deg) rotateZ(60deg)}.hx-k3 {transform: rotateX(-60deg) rotateZ(-60deg)}

登录后复制

不得不说CSS3还是很强大的,更多精彩请关注【创想鸟】其它相关文章!

相关阅读:

css3的弹性盒怎么做出来

立即学习“前端免费学习笔记(深入)”;

css3的弹性盒怎么做出来

立即学习“前端免费学习笔记(深入)”;

css3的弹性盒怎么做出来

立即学习“前端免费学习笔记(深入)”;

以上就是使用CSS3做出带有光晕流星旋转光环的效果的详细内容,更多请关注【创想鸟】其它相关文章!

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

点点赞赏,手留余香

给TA打赏
共0人
还没有人赞赏,快来当第一个赞赏的人吧!
    编程技术

    CSS3的主要功能应用

    2025-3-29 17:50:00

    编程技术

    CSS3中过渡动画怎么使用

    2025-3-29 17:50:03

    0 条回复 A文章作者 M管理员
    欢迎您,新朋友,感谢参与互动!
      暂无讨论,说说你的看法吧
    个人中心
    购物车
    优惠劵
    今日签到
    私信列表
    搜索