专题推荐
最新评论
站点统计
  • 文章 5
  • 标签 10
  • 分类 8
  • 运营 1209 天
网站渐变色呼吸灯CSS怎么写?可以参考本站LOGO背景试试!
soft997 2024-01-13 52

网站这个位置的呼吸灯渐变效果是不是很好看?分享一下此处应用的css代码,来源忘了是从哪个博客上面仿写下来的了😂

 

.top_logo {
            background: linear-gradient(90deg, #000000, #2F4F4F, #36648B, #009ACD,#7D26CD,#CD661D,#8B5A00,#5E5E5E);
    background-size: 1000% 100%;
    animation: mymove 20s ease infinite;
    -webkit-animation: mymove 20s ease infinite;
    -moz-animation: mymove 20s ease infinite;
      }
@keyframes mymove {
    0% {
        background-position: 0% 0%;
    }

    10% {
        background-position: 0% 30%;
    }

    20% {
        background-position: 30% 50%;
    }

    40% {
        background-position: 50% 100%;
    }

    50% {
        background-position: 100% 100%;
    }

    60% {
        background-position: 100% 50%;
    }

    80% {
        background-position: 50% 30%;
    }

    90% {
        background-position: 30% 0%;
    }

    100% {
        background-position: 0% 0%;
    }
}

 

实际应用时,把".top_logo"根据自己网站的情况修改一下即可,非常简单。

Comments | 0 条评论

*昵称必须填写

评论头像 点击填写昵称和邮箱,方可发布评论
空空如也!
13202401https://www.soft997.com/zb_users/upload/2024/01/20240113105726170511464616406.png网站渐变色呼吸灯CSS怎么写?可以参考本站LOGO背景试试!网站这个位置的呼吸灯渐变效果是不是很好看?分享一下此处应.....https://www.soft997.com/zb_users/theme/Moments/plugin/img/poster_okclose.pnghttps://www.soft997.com/zb_users/theme/Moments/plugin/api.php?url=https://www.soft997.com/zb_users/theme/Moments/plugin/img/poster_zw.png咸鱼标
联系客服

客服QQ

客服微信