OnomaUI

dotabata motion

The motion for "flap about in a panic".

どたばた1 motionOfficial

Sample

Flap about in a panic

A hectic scramble

Trembles about 10% in every direction, forever.

Duration
0.5s
Repeats
Yes
Easing
linear
Animates
Position · Rotation translate rotate
Show CSS
@keyframes onoma-dotabata {
  0% { transform: translate(0%, 0%) rotate(0deg); }
  12.5% { transform: translate(10%, -6%) rotate(8deg); }
  25% { transform: translate(-8%, 5%) rotate(-10deg); }
  37.5% { transform: translate(6%, 9%) rotate(5deg); }
  50% { transform: translate(-10%, -4%) rotate(-6deg); }
  62.5% { transform: translate(8%, 3%) rotate(10deg); }
  75% { transform: translate(-5%, -10%) rotate(-3deg); }
  87.5% { transform: translate(3%, 7%) rotate(7deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}

.onoma-dotabata {
  animation: onoma-dotabata 0.5s linear infinite both;
}

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

Compare with similar motions