OnomaUI

gokugoku motion

The motion for "drink in big gulps".

ごくごく1 motionOfficial

Sample

Drink in big gulps

Ingest data

Swells to 106% and back in a steady rhythm, forever.

Duration
0.6s
Repeats
Yes
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-gokugoku {
  0% { transform: scale(1, 1); }
  50% { transform: scale(1.06, 1.06); }
  100% { transform: scale(1, 1); }
}

.onoma-gokugoku {
  animation: onoma-gokugoku 0.6s ease-in-out infinite both;
}

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

Compare with similar motions