OnomaUI

funya motion

The motion for "go limp".

ふにゃっ1 motionOfficial

Sample

Go limp

Deflated reaction

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

Duration
0.7s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-funya {
  0% { transform: scale(1, 1); }
  30% { transform: scale(1.18, 0.7); }
  60% { transform: scale(0.95, 1.06); }
  82% { transform: scale(1.01, 0.98); }
  100% { transform: scale(1, 1); }
}

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

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

Compare with similar motions

Words for the same motion