OnomaUI

kichi motion

The motion for "neatly in order".

きちっ1 motionOfficial

Sample

Neatly in order

Aligned or saved

Shrinks by 6% on press, overshoots by 0%, then settles.

Duration
0.24s
Repeats
No
Easing
ease-out
Animates
Scale scale
Show CSS
@keyframes onoma-kichi {
  0% { transform: scale(1, 1); }
  35% { transform: scale(0.94, 0.94); animation-timing-function: ease-out; }
  70% { transform: scale(1, 1); animation-timing-function: ease-in-out; }
  100% { transform: scale(1, 1); }
}

.onoma-kichi {
  animation: onoma-kichi 0.24s ease-out both;
}

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

Compare with similar motions