OnomaUI

motchiri motion

The motion for "dense and chewy".

もっちり1 motionOfficial

Sample

Dense and chewy

Long-press feedback

Squashes 22% as if pressed from above, then bounces back.

Duration
0.9s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-motchiri {
  0% { transform: scale(1, 1); }
  30% { transform: scale(1.13, 0.78); }
  60% { transform: scale(0.97, 1.04); }
  82% { transform: scale(1.01, 0.99); }
  100% { transform: scale(1, 1); }
}

.onoma-motchiri {
  animation: onoma-motchiri 0.9s ease-in-out both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions