OnomaUI

kokuri motion

The motion for "nod quietly".

こくり1 motionOfficial

Sample

Nod quietly

Confirm or agree

Leans 8° from its bottom edge, holds, then straightens up.

Duration
1.4s
Repeats
No
Easing
ease-in-out
Animates
Rotation rotate
Show CSS
@keyframes onoma-kokuri {
  0% { transform: rotate(0deg); }
  35% { transform: rotate(8deg); }
  65% { transform: rotate(8deg); }
  100% { transform: rotate(0deg); }
}

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

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

Compare with similar motions