OnomaUI

giigii motion

The motion for "creak back and forth".

ぎいぎい1 motionOfficial

Sample

Creak back and forth

Old, creaky idle

Swings 12° each way from its top edge, forever.

Duration
2.2s
Repeats
Yes
Easing
ease-in-out
Animates
Rotation rotate
Show CSS
@keyframes onoma-giigii {
  0% { transform: rotate(-12deg); }
  100% { transform: rotate(12deg); }
}

.onoma-giigii {
  animation: onoma-giigii 2.2s ease-in-out infinite alternate both;
  transform-origin: 50% 0%;
}

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

Compare with similar motions

Words for the same motion