OnomaUI

mugyu motion

The motion for "get squished".

むぎゅっ1 motionOfficial

Sample

Get squished

Squeeze feedback

Squashes 35% as if pressed from above, then bounces back.

Duration
0.5s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-mugyu {
  0% { transform: scale(1, 1); }
  30% { transform: scale(1.21, 0.65); }
  60% { transform: scale(0.95, 1.07); }
  82% { transform: scale(1.02, 0.98); }
  100% { transform: scale(1, 1); }
}

.onoma-mugyu {
  animation: onoma-mugyu 0.5s ease-in-out both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions

Words for the same motion