OnomaUI

chon motion

The motion for "a light fingertip tap".

ちょん1 motionOfficial

Sample

A light fingertip tap

A light tap

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

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

.onoma-chon {
  animation: onoma-chon 0.22s ease-out both;
}

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

Compare with similar motions