OnomaUI

butsu motion

The motion for "cut off abruptly".

ぶつっ1 motionOfficial

Sample

Cut off abruptly

Connection lost

Drifts 0% upward as it fades out.

Duration
0.3s
Repeats
No
Easing
ease-in
Animates
Position · Opacity translate opacity
Show CSS
@keyframes onoma-butsu {
  0% { transform: translate(0%, 0%); opacity: 1; }
  100% { transform: translate(0%, 0%); opacity: 0; }
}

.onoma-butsu {
  animation: onoma-butsu 0.3s ease-in both;
}

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

Compare with similar motions