Spring Jelly
Animated · .btn-spring-jelly
Text
Class name
Color hue
Radius · 14px
Size
.btn-spring-jelly {
display: inline-block;
padding: 12px 26px;
border: none;
border-radius: 14px;
background: #d946ef;
color: #ffffff;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.btn-spring-jelly:hover {
transform: scale(1.08);
}
.btn-spring-jelly:active {
transform: scale(0.88);
}