OnomaUI

funyafunya motion

The motion for "floppy and soft".

ふにゃふにゃ1 motionOfficial

Sample

Floppy and soft

Relaxed character

Droops 20% downward from its top, slowly, and back.

Duration
1.6s
Repeats
Yes
Easing
ease-in-out
Animates
Skew · Scale skewY scale
Show CSS
@keyframes onoma-funyafunya {
  0% { transform: skewY(0deg) scale(1, 1); }
  100% { transform: skewY(4deg) scale(0.95, 1.2); }
}

.onoma-funyafunya {
  animation: onoma-funyafunya 1.6s ease-in-out infinite alternate both;
  transform-origin: 50% 0%;
}

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

Compare with similar motions