gsap+svg实现点赞喜欢按钮点击动画效果代码
代码语言:html
所属分类:表单美化
代码描述:gsap+svg实现点赞喜欢按钮点击动画效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<link rel='stylesheet' href='https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap'>
<style>
.high-five {
--hands-x: 4px;
--hands-o: 0;
--success-clip: 0%;
--success-o: 0;
--success-text-o: 0;
font-family: "Poppins", Arial;
font-size: 16px;
font-weight: 600;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
color: #ff7576;
background-color: #fff;
border: none;
outline: none;
padding: 12px 0;
width: 124px;
text-align: center;
position: relative;
line-height: 20px;
box-shadow: 0px 4px 16px rgba(255, 146, 149, 0.1), 0px 1px 2px rgba(255, 146, 14.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0