OnomaUI

gishigishi motion

The motion for "creak under weight".

ぎしぎし1 motionOfficial

Sample

Creak under weight

Under heavy load

Squishes 6% wide, then tall, back and forth, forever.

Duration
0.8s
Repeats
Yes
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-gishigishi {
  0% { transform: scale(1.06, 0.94); }
  100% { transform: scale(0.94, 1.06); }
}

.onoma-gishigishi {
  animation: onoma-gishigishi 0.8s ease-in-out infinite alternate both;
}

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

Compare with similar motions