OnomaUI

boyon motion

The motion for "bounce heavily".

ぼよん1 motionOfficial

Sample

Bounce heavily

Chunky button feedback

Compresses, springs 60% up, and wobbles to a stop like a spring.

Duration
1.2s
Repeats
No
Easing
ease-in-out
Animates
Position · Scale translate scale
Show CSS
@keyframes onoma-boyon {
  0% { transform: translate(0%, 0%) scale(1, 1); }
  12% { transform: translate(0%, 0%) scale(1, 0.85); }
  30% { transform: translate(0%, -60%) scale(1, 1.12); }
  48% { transform: translate(0%, 18%) scale(1, 0.94); }
  64% { transform: translate(0%, -10.8%) scale(1, 1.03); }
  80% { transform: translate(0%, 4.2%) scale(1, 1); }
  100% { transform: translate(0%, 0%) scale(1, 1); }
}

.onoma-boyon {
  animation: onoma-boyon 1.2s ease-in-out both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions