OnomaUI

kyunkyun motion

The motion for "heart keeps fluttering".

きゅんきゅん1 motionOfficial

Sample

Heart keeps fluttering

Lovestruck character

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

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

.onoma-kyunkyun {
  animation: onoma-kyunkyun 0.6s ease-in-out infinite both;
}

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

Compare with similar motions