OnomaUI

hyuruhyuru motion

The motion for "whistle upward".

ひゅるひゅる1 motionOfficial

Sample

Whistle upward

Launch effect

Crouches, then shoots 300% upward and vanishes.

Duration
1.1s
Repeats
No
Easing
cubic-bezier(.6,0,.9,.4)
Animates
Position · Scale · Opacity translate scale opacity
Show CSS
@keyframes onoma-hyuruhyuru {
  0% { transform: translate(0%, 0%) scale(1, 1); opacity: 1; animation-timing-function: ease-out; }
  20% { transform: translate(0%, 8%) scale(1.08, 0.9); opacity: 1; }
  100% { transform: translate(0%, -300%) scale(0.92, 1.12); opacity: 0; }
}

.onoma-hyuruhyuru {
  animation: onoma-hyuruhyuru 1.1s cubic-bezier(.6,0,.9,.4) both;
}

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

Compare with similar motions

Words for the same motion