OnomaUI

pyon motion

The motion for "hop once".

ぴょん1 motionOfficial

Sample

Hop once

Tap feedback

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

Duration
0.6s
Repeats
No
Easing
ease-in-out
Animates
Position · Scale translate scale
Show CSS
@keyframes onoma-pyon {
  0% { transform: translate(0%, 0%) scale(1, 1); }
  12% { transform: translate(0%, 0%) scale(1, 0.85); }
  30% { transform: translate(0%, -55%) scale(1, 1.12); }
  48% { transform: translate(0%, 16.5%) scale(1, 0.94); }
  64% { transform: translate(0%, -9.9%) scale(1, 1.03); }
  80% { transform: translate(0%, 3.85%) scale(1, 1); }
  100% { transform: translate(0%, 0%) scale(1, 1); }
}

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

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

Compare with similar motions

Words for the same motion