OnomaUI

gugu motion

The motion for "push in with effort".

ぐぐっ1 motionOfficial

Sample

Push in with effort

Press and hold to confirm

Shrinks by 26% on press, overshoots by 4%, then settles.

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

.onoma-gugu {
  animation: onoma-gugu 0.7s ease-out both;
}

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

Compare with similar motions

Words for the same motion