gsap+svg实现线性波浪圈圈动画效果代码

代码语言:html

所属分类:动画

代码描述:css实现文字卡片鼠标gsap+svg实现线性波浪圈圈动画效果代码悬浮跟随线性背景光标效果代码

代码标签: gsap svg 线性 波浪 圈圈 动画

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">



    <style>
        @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
        
        
        body {
          background-color: #171b21;
          overflow: hidden;
          font-family: 'Poppins', sans-serif;
          display: flex;
          align-items:center;
          justify-content:center;
          height: 100vh;
        }
        
        .bg-background {
        /*   transform: scale(1.6); */
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
        }
        
        h1 {
          color: white;
          font-size: 64px;
        }
    </style>

</head>

<body>
    <.........完整代码请登录后点击上方下载按钮下载查看

网友评论0