OnomaUI

kyuukyuu motion

The motion for "squeak as it rubs".

きゅーきゅー1 motionOfficial

Sample

Squeak as it rubs

Held-press feedback

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

Duration
0.4s
Repeats
Yes
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-kyuukyuu {
  0% { transform: scale(1.1, 0.9); }
  100% { transform: scale(0.9, 1.1); }
}

.onoma-kyuukyuu {
  animation: onoma-kyuukyuu 0.4s ease-in-out infinite alternate both;
}

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

Compare with similar motions

Words for the same motion