OnomaUI

kiriri motion

The motion for "composed and dignified".

きりり1 motionOfficial

Sample

Composed and dignified

Serious moment

Stretches 20% upward from its base and springs back.

Duration
1s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-kiriri {
  0% { transform: scale(1, 1); }
  40% { transform: scale(0.93, 1.2); }
  70% { transform: scale(1.02, 0.96); }
  88% { transform: scale(1, 1.01); }
  100% { transform: scale(1, 1); }
}

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

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

Compare with similar motions