OnomaUI

wansaka motion

The motion for "pile up in huge numbers".

わんさか1 motionOfficial

Sample

Pile up in huge numbers

A flood of new items

Swells softly to 122% and back.

Duration
0.9s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-wansaka {
  0% { transform: scale(1, 1); }
  50% { transform: scale(1.22, 1.22); }
  100% { transform: scale(1, 1); }
}

.onoma-wansaka {
  animation: onoma-wansaka 0.9s ease-in-out both;
}

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

Compare with similar motions