OnomaUI

bukabuka motion

The motion for "loose and baggy".

ぶかぶか1 motionOfficial

Sample

Loose and baggy

Relaxed, loose feel

Swings 12° each way from its top edge, forever.

Duration
2.4s
Repeats
Yes
Easing
ease-in-out
Animates
Rotation rotate
Show CSS
@keyframes onoma-bukabuka {
  0% { transform: rotate(-12deg); }
  100% { transform: rotate(12deg); }
}

.onoma-bukabuka {
  animation: onoma-bukabuka 2.4s ease-in-out infinite alternate both;
  transform-origin: 50% 0%;
}

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

Compare with similar motions