vue爆炸按钮点击动画效果

代码语言:html

所属分类:表单美化

代码描述:vue爆炸按钮点击动画效果

代码标签: 点击 动画 效果

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


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">

<style>
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");

html, body {
  width: 100%;
  height: 100%;
}

#app {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  background-image: linear-gradient(to bottom right,
    #ff4e4e 0 15%, #f8ff64 40% 60%, #00ce1a 85% 100%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-splatter {
  color: #ffffff;
  font-family: inherit;
  font-weight: bold;
  background-color: #4487ed;
  w.........完整代码请登录后点击上方下载按钮下载查看

网友评论0