All stylesButtonCraft

Arrow Nudge

Animated · .btn-arrow-nudge

Free · MIT · No attribution
Text
Class name
Color hue
Radius · 10px
Size
.btn-arrow-nudge {
  display: inline-block;
  padding: 12px 26px;
  border: none;
  border-radius: 10px;
  background: #2563eb;
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}
.btn-arrow-nudge::after {
  content: "→";
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.25s ease;
}
.btn-arrow-nudge:hover {
  background: #1d4ed8;
}
.btn-arrow-nudge:hover::after {
  transform: translateX(5px);
}

More Animated styles

Button

Sweep Shine

Button

Slide Fill Right

Button

Slide Fill Up

Button

Split Center

Button

Curtain Down

Continue

Arrow Reveal