OnomaUI

donburako motion

The motion for "bob along on the waves".

どんぶらこ1 motionOfficial

Sample

Bob along on the waves

Leisurely idle

Floats up and down 20% with a slight tilt, forever.

Duration
3.2s
Repeats
Yes
Easing
ease-in-out
Animates
Position · Rotation translate rotate
Show CSS
@keyframes onoma-donburako {
  0% { transform: translate(0%, 20%) rotate(-8deg); }
  100% { transform: translate(0%, -20%) rotate(8deg); }
}

.onoma-donburako {
  animation: onoma-donburako 3.2s ease-in-out infinite alternate both;
}

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

Compare with similar motions