OnomaUI

nyoki motion

The motion for "sprout up suddenly".

にょきっ1 motionOfficial

Sample

Sprout up suddenly

Show a new item

Rises 40% from below at 80% scale while fading in.

Duration
0.36s
Repeats
No
Easing
cubic-bezier(.2,.8,.2,1)
Animates
Position · Scale · Opacity translate scale opacity
Show CSS
@keyframes onoma-nyoki {
  0% { transform: translate(0%, 40%) scale(0.8, 0.8); opacity: 0; }
  100% { transform: translate(0%, 0%) scale(1, 1); opacity: 1; }
}

.onoma-nyoki {
  animation: onoma-nyoki 0.36s cubic-bezier(.2,.8,.2,1) both;
}

/* Reduced motion: only fade in */
@keyframes onoma-nyoki-fade { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .onoma-nyoki { animation: onoma-nyoki-fade 0.2s ease-out both; }
}

Compare with similar motions

Words for the same motion