OnomaUI

hamuhamu motion

The motion for "nibble".

はむはむ1 motionOfficial

Sample

Nibble

Small critter eating

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

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

.onoma-hamuhamu {
  animation: onoma-hamuhamu 0.46s ease-in-out infinite both;
}

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

Compare with similar motions