首页 话题 小组 问答 好文 用户 我的社区 域名交易 唠叨

[素材]svg加载动画素材分享

发布于 2025-03-25 16:24:18
0
21

渐变动态的加载动画超级美

图片alt

下载地址:https://huaqu.lanzn.com/i1foo2rl4j2b


引入css代码:


body:after {
    content: " ";
    position: fixed;
    inset: 0;
    background-color: white;
    z-index: 999;
    background-image: url(你上传素材之后的直连地址);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    animation: fadeOut 3s;
    animation-fill-mode: forwards;
    -webkit-transition: fadeOut 3s;
    transition: fadeOut 2s;
    pointer-events: none
}

不会使用下面留言即可,我们免费协助

评论
一个月内的热帖推荐
站长交流