OnomaUI

hikku motion

The motion for "hiccup".

ひっく1 motionOfficial

Sample

Hiccup

Tipsy character

Compresses, springs 15% up, and wobbles to a stop like a spring.

Duration
0.46s
Repeats
No
Easing
ease-in-out
Animates
Position · Scale translate scale
Show CSS
@keyframes onoma-hikku {
  0% { transform: translate(0%, 0%) scale(1, 1); }
  12% { transform: translate(0%, 0%) scale(1, 0.85); }
  30% { transform: translate(0%, -15%) scale(1, 1.12); }
  48% { transform: translate(0%, 4.5%) scale(1, 0.94); }
  64% { transform: translate(0%, -2.7%) scale(1, 1.03); }
  80% { transform: translate(0%, 1.05%) scale(1, 1); }
  100% { transform: translate(0%, 0%) scale(1, 1); }
}

.onoma-hikku {
  animation: onoma-hikku 0.46s ease-in-out both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions