OnomaUI

nyu motion

The motion for "poke out suddenly".

にゅっ1 motionOfficial

Sample

Poke out suddenly

A tip that pops out

Pops up 30%, holds, then ducks back.

Duration
0.6s
Repeats
No
Easing
cubic-bezier(.3,.7,.4,1)
Animates
Position translate
Show CSS
@keyframes onoma-nyu {
  0% { transform: translate(0%, 0%); }
  30% { transform: translate(0%, -30%); }
  70% { transform: translate(0%, -30%); }
  100% { transform: translate(0%, 0%); }
}

.onoma-nyu {
  animation: onoma-nyu 0.6s cubic-bezier(.3,.7,.4,1) both;
}

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

Compare with similar motions