OnomaUI

minmin motion

The motion for "cicada buzz".

みんみん1 motionOfficial

Sample

Cicada buzz

Summer vibe

Vibrates 2% side to side, fast, forever.

Duration
0.1s
Repeats
Yes
Easing
linear
Animates
Position · Rotation translate rotate
Show CSS
@keyframes onoma-minmin {
  0% { transform: translate(0%, 0%) rotate(0deg); }
  25% { transform: translate(2%, 0%) rotate(0deg); }
  50% { transform: translate(0%, 0%) rotate(0deg); }
  75% { transform: translate(-2%, 0%) rotate(0deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}

.onoma-minmin {
  animation: onoma-minmin 0.1s linear infinite both;
}

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

Compare with similar motions

Words for the same motion