OnomaUI

shinnari motion

The motion for "softened and supple".

しんなり1 motionOfficial

Sample

Softened and supple

Gentle press feel

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

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

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

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

Compare with similar motions