OnomaUI

pusu motion

The motion for "poke lightly".

ぷすっ1 motionOfficial

Sample

Poke lightly

Pin an item

Shrinks by 18% on press, overshoots by 2%, then settles.

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

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

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

Compare with similar motions