OnomaUI

kokkuri motion

The motion for "nod off drowsily".

こっくり1 motionOfficial

Sample

Nod off drowsily

Idle or sleep

Dips 16% 1 time(s), rests a moment, and repeats.

Duration
2.2s
Repeats
Yes
Easing
ease-in-out
Animates
Position translate
Show CSS
@keyframes onoma-kokkuri {
  0% { transform: translate(0%, 0%); }
  35% { transform: translate(0%, 16%); }
  70% { transform: translate(0%, 0%); }
  100% { transform: translate(0%, 0%); }
}

.onoma-kokkuri {
  animation: onoma-kokkuri 2.2s ease-in-out infinite both;
}

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

Compare with similar motions