OnomaUI

gyu motion

The motion for "squeeze tight".

ぎゅっ1 motionOfficial

Sample

Squeeze tight

Firm press / long press

Shrinks by 20% on press, overshoots by 8%, then settles.

Duration
0.46s
Repeats
No
Easing
ease-out
Animates
Scale scale
Show CSS
@keyframes onoma-gyu {
  0% { transform: scale(1, 1); }
  35% { transform: scale(0.8, 0.8); animation-timing-function: ease-out; }
  70% { transform: scale(1.08, 1.08); animation-timing-function: ease-in-out; }
  100% { transform: scale(1, 1); }
}

.onoma-gyu {
  animation: onoma-gyu 0.46s ease-out both;
}

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

Compare with similar motions