中性按钮点击波纹动画效果

代码语言:html

所属分类:动画

代码描述:中性按钮点击波纹动画效果

代码标签: 波纹 动画 效果

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


<!DOCTYPE html>
<html lang="en" >

<head>

  <meta charset="UTF-8">
  

  
  
  
  
<style>
body {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #55b9f3;
  color: #c8deeb;
  overflow: hidden;
}

#button {
  z-index: 10;
  position: absolute;
  width: 40px;
  height: 40px;
  backgro.........完整代码请登录后点击上方下载按钮下载查看

网友评论0