OnomaUI

mishimishi motion

The motion for "keep creaking".

みしみし1 motionOfficial

Sample

Keep creaking

During heavy work

Rattles 2% and 3° side to side, forever.

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

.onoma-mishimishi {
  animation: onoma-mishimishi 0.7s linear infinite both;
}

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

Compare with similar motions