OnomaUI

nyuru motion

The motion for "squeeze out slickly".

にゅるっ1 motionOfficial

Sample

Squeeze out slickly

Squeeze out content

Stretches 25% upward from its base and springs back.

Duration
0.4s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-nyuru {
  0% { transform: scale(1, 1); }
  40% { transform: scale(0.91, 1.25); }
  70% { transform: scale(1.02, 0.95); }
  88% { transform: scale(1, 1.01); }
  100% { transform: scale(1, 1); }
}

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

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

Compare with similar motions

Words for the same motion