OnomaUI

shaki motion

The motion for "straighten right up".

しゃきっ1 motionOfficial

Sample

Straighten right up

Just got enabled

Stretches 29% upward from its base and springs back.

Duration
0.42s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-shaki {
  0% { transform: scale(1, 1); }
  40% { transform: scale(0.9, 1.29); }
  70% { transform: scale(1.03, 0.94); }
  88% { transform: scale(1, 1.02); }
  100% { transform: scale(1, 1); }
}

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

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

Compare with similar motions