OnomaUI

gowagowa motion

The motion for "stiff and coarse".

ごわごわ1 motionOfficial

Sample

Stiff and coarse

Stiff / disabled feedback

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

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

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

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

Compare with similar motions

gowagowaStiff and coarse
korokoroKeep rolling
dossariArrive in heaps