OnomaUI

sappari motion

The motion for "wiped clean away".

さっぱり1 motionOfficial

Sample

Wiped clean away

Everything cleared

Puffs to 110%, then shrinks to a point and disappears.

Duration
0.6s
Repeats
No
Easing
ease-in
Animates
Scale · Opacity scale opacity
Show CSS
@keyframes onoma-sappari {
  0% { transform: scale(1, 1); opacity: 1; }
  25% { transform: scale(1.1, 1.1); opacity: 1; }
  100% { transform: scale(0, 0); opacity: 0; }
}

.onoma-sappari {
  animation: onoma-sappari 0.6s ease-in both;
}

/* Reduced motion: only fade out */
@keyframes onoma-sappari-fade { from { opacity: 1; } to { opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .onoma-sappari { animation: onoma-sappari-fade 0.2s ease-out both; }
}

Compare with similar motions