OnomaUI

gishi motion

The motion for "creak once under weight".

ぎしっ1 motionOfficial

Sample

Creak once under weight

Heavy item placed

Squashes 12% as if pressed from above, then bounces back.

Duration
0.5s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-gishi {
  0% { transform: scale(1, 1); }
  30% { transform: scale(1.07, 0.88); }
  60% { transform: scale(0.98, 1.02); }
  82% { transform: scale(1.01, 0.99); }
  100% { transform: scale(1, 1); }
}

.onoma-gishi {
  animation: onoma-gishi 0.5s ease-in-out both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions