OnomaUI

kutsukutsu motion

The motion for "simmer gently".

くつくつ1 motionOfficial

Sample

Simmer gently

Slow processing

Forms small, rises 60%, swells and pops, forever.

Duration
1.8s
Repeats
Yes
Easing
ease-out
Animates
Position · Scale · Opacity translate scale opacity
Show CSS
@keyframes onoma-kutsukutsu {
  0% { transform: translate(0%, 0%) scale(0.6, 0.6); opacity: 0; }
  15% { transform: translate(0%, -11.25%) scale(0.67, 0.67); opacity: 1; }
  80% { transform: translate(0%, -60%) scale(1, 1); opacity: 1; }
  90% { transform: translate(0%, -60%) scale(1.18, 1.18); opacity: 0; }
  100% { transform: translate(0%, -60%) scale(1.18, 1.18); opacity: 0; }
}

.onoma-kutsukutsu {
  animation: onoma-kutsukutsu 1.8s ease-out infinite both;
}

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

Compare with similar motions