OnomaUI

gubigubi motion

The motion for "swig with gusto".

ぐびぐび1 motionOfficial

Sample

Swig with gusto

Character drinking

Dips 6% 1 time(s), rests a moment, and repeats.

Duration
0.8s
Repeats
Yes
Easing
ease-in-out
Animates
Position translate
Show CSS
@keyframes onoma-gubigubi {
  0% { transform: translate(0%, 0%); }
  35% { transform: translate(0%, 6%); }
  70% { transform: translate(0%, 0%); }
  100% { transform: translate(0%, 0%); }
}

.onoma-gubigubi {
  animation: onoma-gubigubi 0.8s ease-in-out infinite both;
}

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

Compare with similar motions