OnomaUI

kurakura motion

The motion for "feel dizzy".

くらくら1 motionOfficial

Sample

Feel dizzy

Confused or error state

Staggers 8% side to side, tipping on its base, forever.

Duration
1.6s
Repeats
Yes
Easing
ease-in-out
Animates
Position · Rotation translate rotate
Show CSS
@keyframes onoma-kurakura {
  0% { transform: translate(-8%, 0%) rotate(-8deg); }
  30% { transform: translate(3.2%, 0%) rotate(6.4deg); }
  50% { transform: translate(-2.4%, 0%) rotate(-4deg); }
  80% { transform: translate(8%, 0%) rotate(8deg); }
  100% { transform: translate(-8%, 0%) rotate(-8deg); }
}

.onoma-kurakura {
  animation: onoma-kurakura 1.6s ease-in-out infinite both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions