OnomaUI

sukkiri motion

The motion for "neat and refreshed".

すっきり1 motionOfficial

Sample

Neat and refreshed

Clear out clutter

Expands to 120% and rises 10% as it fades away.

Duration
0.7s
Repeats
No
Easing
ease-out
Animates
Position · Scale · Opacity translate scale opacity
Show CSS
@keyframes onoma-sukkiri {
  0% { transform: translate(0%, 0%) scale(1, 1); opacity: 1; }
  100% { transform: translate(0%, -10%) scale(1.2, 1.2); opacity: 0; }
}

.onoma-sukkiri {
  animation: onoma-sukkiri 0.7s ease-out both;
}

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

Compare with similar motions