gsap按钮点击百花齐放动画效果代码

代码语言:html

所属分类:动画

代码描述:gsap按钮点击百花齐放动画效果代码

代码标签: 百花齐放 动画 效果

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

<html>

<head>
    <style>
        body{background-color: #1F1F1F;overflow: hidden}
        .flex {
          align-items: center;
          display: flex;
          justify-content: center;
        }
        
        .scene {
          background-color: #232323;
          height: 100vh;
        }
        
        .button {
          background: none;
          border: none;
          cursor: pointer;
        }
        .button:focus {
          outline: none;
        }
        .button__text {
          background: #3867d6;
          color: #fff;
          padding: 1em 3em;
          border-radius: 3em;
          font: 600 1rem/1 "Lato", sans-serif;
          white-space: nowrap;
          position: relative;
          z-index: 1;
          letter-spacing: 0..........完整代码请登录后点击上方下载按钮下载查看

网友评论0