OnomaUI

unun motion

The motion for "nod along in agreement".

うんうん1 motionOfficial

Sample

Nod along in agreement

Acknowledge input

Dips 12% 2 time(s), rests a moment, and repeats.

Duration
0.9s
Repeats
Yes
Easing
ease-in-out
Animates
Position translate
Show CSS
@keyframes onoma-unun {
  0% { transform: translate(0%, 0%); }
  17.5% { transform: translate(0%, 12%); }
  35% { transform: translate(0%, 0%); }
  52.5% { transform: translate(0%, 12%); }
  70% { transform: translate(0%, 0%); }
  100% { transform: translate(0%, 0%); }
}

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

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

Compare with similar motions