OnomaUI

zubu motion

The motion for "plunge right in".

ずぶっ1 motionOfficial

Sample

Plunge right in

Deep press action

Shrinks by 28% on press, overshoots by 0%, then settles.

Duration
0.56s
Repeats
No
Easing
ease-out
Animates
Scale scale
Show CSS
@keyframes onoma-zubu {
  0% { transform: scale(1, 1); }
  35% { transform: scale(0.72, 0.72); animation-timing-function: ease-out; }
  70% { transform: scale(1, 1); animation-timing-function: ease-in-out; }
  100% { transform: scale(1, 1); }
}

.onoma-zubu {
  animation: onoma-zubu 0.56s ease-out both;
}

/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
  .onoma-zubu { animation: none; }
}

Compare with similar motions