OnomaUI

sukusuku motion

The motion for "grow up healthy".

すくすく1 motionOfficial

Sample

Grow up healthy

Show growth

Stretches 40% upward from its base and springs back.

Duration
1.2s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-sukusuku {
  0% { transform: scale(1, 1); }
  40% { transform: scale(0.86, 1.4); }
  70% { transform: scale(1.04, 0.92); }
  88% { transform: scale(1, 1.02); }
  100% { transform: scale(1, 1); }
}

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

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

Compare with similar motions