OnomaUI

barabara motion

The motion for "fall to pieces".

ばらばら1 motionOfficial

Sample

Fall to pieces

Break apart / disband

Trembles, then crumbles 260% downward and disappears.

Duration
1.2s
Repeats
No
Easing
ease-in
Animates
Position · Rotation · Opacity translate rotate opacity
Show CSS
@keyframes onoma-barabara {
  0% { transform: translate(0%, 0%) rotate(0deg); opacity: 1; }
  8% { transform: translate(-2%, 0%) rotate(0deg); opacity: 1; }
  16% { transform: translate(2%, 0%) rotate(0deg); opacity: 1; }
  24% { transform: translate(-1.5%, 0%) rotate(0deg); opacity: 1; }
  32% { transform: translate(0%, 0%) rotate(0deg); opacity: 1; }
  80% { transform: translate(0%, 183.53%) rotate(35.29deg); opacity: 1; }
  100% { transform: translate(0%, 260%) rotate(50deg); opacity: 0; }
}

.onoma-barabara {
  animation: onoma-barabara 1.2s ease-in both;
}

/* Reduced motion: only fade out */
@keyframes onoma-barabara-fade { from { opacity: 1; } to { opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .onoma-barabara { animation: onoma-barabara-fade 0.2s ease-out both; }
}

Compare with similar motions