OnomaUI

buruburu motion

The motion for "shake all over".

ぶるぶる1 motionOfficial

Sample

Shake all over

Freezing / terrified

Trembles about 6% in every direction, forever.

Duration
0.4s
Repeats
Yes
Easing
linear
Animates
Position · Rotation translate rotate
Show CSS
@keyframes onoma-buruburu {
  0% { transform: translate(0%, 0%) rotate(0deg); }
  12.5% { transform: translate(6%, -3.6%) rotate(4deg); }
  25% { transform: translate(-4.8%, 3%) rotate(-5deg); }
  37.5% { transform: translate(3.6%, 5.4%) rotate(2.5deg); }
  50% { transform: translate(-6%, -2.4%) rotate(-3deg); }
  62.5% { transform: translate(4.8%, 1.8%) rotate(5deg); }
  75% { transform: translate(-3%, -6%) rotate(-1.5deg); }
  87.5% { transform: translate(1.8%, 4.2%) rotate(3.5deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}

.onoma-buruburu {
  animation: onoma-buruburu 0.4s linear infinite both;
}

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

Compare with similar motions