OnomaUI

shikkari motion

The motion for "firm and secure".

しっかり1 motionOfficial

Sample

Firm and secure

Confirm button

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

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

.onoma-shikkari {
  animation: onoma-shikkari 0.46s ease-out both;
}

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

Compare with similar motions