All stylesButtonCraft

Shake Alert

Animated · .btn-shake-alert

Free · MIT · No attribution
Text
Class name
Color hue
Radius · 10px
Size
.btn-shake-alert {
  display: inline-block;
  padding: 12px 26px;
  border: none;
  border-radius: 10px;
  background: #dc2626;
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}
.btn-shake-alert:hover {
  animation: btn-shake-alert-buzz 0.45s ease-in-out;
}
@keyframes btn-shake-alert-buzz {
  0%, 100% { transform: translateX(0); }
  20% { transform: translateX(-5px); }
  40% { transform: translateX(5px); }
  60% { transform: translateX(-3px); }
  80% { transform: translateX(3px); }
}

More Animated styles

Button

Sweep Shine

Button

Slide Fill Right

Button

Slide Fill Up

Button

Split Center

Button

Curtain Down

Next

Arrow Nudge