OnomaUI

mekimeki motion

The motion for "improve rapidly".

めきめき1 motionOfficial

Sample

Improve rapidly

Level up

Stretches 45% upward from its base and springs back.

Duration
0.8s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-mekimeki {
  0% { transform: scale(1, 1); }
  40% { transform: scale(0.84, 1.45); }
  70% { transform: scale(1.04, 0.91); }
  88% { transform: scale(1, 1.03); }
  100% { transform: scale(1, 1); }
}

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

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

Compare with similar motions