OnomaUI

pokan motion

The motion for "jaw drops, stunned".

ぽかん1 motionOfficial

Sample

Jaw drops, stunned

Unexpected result

Stretches 18% upward from its base and springs back.

Duration
1.2s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-pokan {
  0% { transform: scale(1, 1); }
  40% { transform: scale(0.94, 1.18); }
  70% { transform: scale(1.02, 0.96); }
  88% { transform: scale(1, 1.01); }
  100% { transform: scale(1, 1); }
}

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

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

Compare with similar motions

Words for the same motion