OnomaUI

mokomoko motion

The motion for "puffy and plush".

もこもこ1 motionOfficial

Sample

Puffy and plush

Cozy winter feel

Swells softly to 114% and back.

Duration
0.9s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-mokomoko {
  0% { transform: scale(1, 1); }
  50% { transform: scale(1.14, 1.14); }
  100% { transform: scale(1, 1); }
}

.onoma-mokomoko {
  animation: onoma-mokomoko 0.9s ease-in-out both;
}

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

Compare with similar motions