OnomaUI

bikun motion

The motion for "twitch upward".

びくん1 motionOfficial

Sample

Twitch upward

React to a jolt

Stretches 30% upward from its base and springs back.

Duration
0.4s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-bikun {
  0% { transform: scale(1, 1); }
  40% { transform: scale(0.9, 1.3); }
  70% { transform: scale(1.03, 0.94); }
  88% { transform: scale(1, 1.02); }
  100% { transform: scale(1, 1); }
}

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

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

Compare with similar motions