OnomaUI

butsubutsu motion

The motion for "mutter complaints".

ぶつぶつ1 motionOfficial

Sample

Mutter complaints

Muttering / discontent

Dips 4% 3 time(s), rests a moment, and repeats.

Duration
0.6s
Repeats
Yes
Easing
ease-in-out
Animates
Position translate
Show CSS
@keyframes onoma-butsubutsu {
  0% { transform: translate(0%, 0%); }
  11.67% { transform: translate(0%, 4%); }
  23.33% { transform: translate(0%, 0%); }
  35% { transform: translate(0%, 4%); }
  46.67% { transform: translate(0%, 0%); }
  58.33% { transform: translate(0%, 4%); }
  70% { transform: translate(0%, 0%); }
  100% { transform: translate(0%, 0%); }
}

.onoma-butsubutsu {
  animation: onoma-butsubutsu 0.6s ease-in-out infinite both;
}

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

Compare with similar motions