OnomaUI

hoihoi motion

The motion for "readily, easily".

ほいほい1 motionOfficial

Sample

Readily, easily

Add items one by one

Bounces 30% high, squashing 8% on each landing, forever.

Duration
0.58s
Repeats
Yes
Easing
ease-in-out
Animates
Position · Scale translate scale
Show CSS
@keyframes onoma-hoihoi {
  0% { transform: translate(0%, 0%) scale(1.08, 0.92); animation-timing-function: cubic-bezier(.3,.7,.5,1); }
  50% { transform: translate(0%, -30%) scale(0.97, 1.03); animation-timing-function: cubic-bezier(.5,0,.7,.3); }
  100% { transform: translate(0%, 0%) scale(1.08, 0.92); }
}

.onoma-hoihoi {
  animation: onoma-hoihoi 0.58s ease-in-out infinite both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions