OnomaUI

kakun motion

The motion for "drop limp all of a sudden".

かくん1 motionOfficial

Sample

Drop limp all of a sudden

Dozing off or deflated

Sinks 18% heavily, stays a while, then rises back.

Duration
0.8s
Repeats
No
Easing
ease-in-out
Animates
Position · Scale translate scale
Show CSS
@keyframes onoma-kakun {
  0% { transform: translate(0%, 0%) scale(1, 1); animation-timing-function: ease-out; }
  35% { transform: translate(0%, 18%) scale(1.04, 0.9); }
  75% { transform: translate(0%, 18%) scale(1.04, 0.9); }
  100% { transform: translate(0%, 0%) scale(1, 1); }
}

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

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

Compare with similar motions

kakunDrop limp all of a sudden
pettanPound rice cake
shunShrink with dismay