OnomaUI

pyoko motion

The motion for "hop in".

ぴょこっ1 motionOfficial

Sample

Hop in

Notification arrives

Drops from 140% above, squashes 12% on landing, hops 30% and stops.

Duration
0.6s
Repeats
No
Easing
ease-in
Animates
Position · Scale · Opacity translate scale opacity
Show CSS
@keyframes onoma-pyoko {
  0% { transform: translate(0%, -140%) scale(1, 1); opacity: 0; animation-timing-function: ease-in; }
  8% { transform: translate(0%, -115.11%) scale(1.02, 0.98); opacity: 1; }
  45% { transform: translate(0%, 0%) scale(1.12, 0.88); opacity: 1; animation-timing-function: ease-out; }
  66% { transform: translate(0%, -30%) scale(0.97, 1.03); opacity: 1; animation-timing-function: ease-in; }
  85% { transform: translate(0%, 0%) scale(1.04, 0.96); opacity: 1; }
  100% { transform: translate(0%, 0%) scale(1, 1); opacity: 1; }
}

.onoma-pyoko {
  animation: onoma-pyoko 0.6s ease-in both;
}

/* Reduced motion: only fade in */
@keyframes onoma-pyoko-fade { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .onoma-pyoko { animation: onoma-pyoko-fade 0.2s ease-out both; }
}

Compare with similar motions

Words for the same motion