OnomaUI

mitchiri motion

The motion for "packed tight".

みっちり1 motionOfficial

Sample

Packed tight

Storage is full

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

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

.onoma-mitchiri {
  animation: onoma-mitchiri 0.6s ease-out both;
}

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

Compare with similar motions

Words for the same motion