OnomaUI

kakka motion

The motion for "keep burning hot".

かっか1 motionOfficial

Sample

Keep burning hot

Fuming or feverish

Swells to 113% and back in a steady rhythm, forever.

Duration
0.94s
Repeats
Yes
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-kakka {
  0% { transform: scale(1, 1); }
  50% { transform: scale(1.13, 1.13); }
  100% { transform: scale(1, 1); }
}

.onoma-kakka {
  animation: onoma-kakka 0.94s ease-in-out infinite both;
}

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

Compare with similar motions