OnomaUI

ufufu motion

The motion for "giggle softly".

うふふ1 motionOfficial

Sample

Giggle softly

A character smiling

Dips 3% 3 time(s), rests a moment, and repeats.

Duration
0.8s
Repeats
Yes
Easing
ease-in-out
Animates
Position translate
Show CSS
@keyframes onoma-ufufu {
  0% { transform: translate(0%, 0%); }
  11.67% { transform: translate(0%, 3%); }
  23.33% { transform: translate(0%, 0%); }
  35% { transform: translate(0%, 3%); }
  46.67% { transform: translate(0%, 0%); }
  58.33% { transform: translate(0%, 3%); }
  70% { transform: translate(0%, 0%); }
  100% { transform: translate(0%, 0%); }
}

.onoma-ufufu {
  animation: onoma-ufufu 0.8s ease-in-out infinite both;
}

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

Compare with similar motions