OnomaUI

hyunhyun motion

The motion for "whoosh round and round".

ひゅんひゅん1 motionOfficial

Sample

Whoosh round and round

Loading

Circles around a 25% radius, forever.

Duration
0.6s
Repeats
Yes
Easing
linear
Animates
Position translate
Show CSS
@keyframes onoma-hyunhyun {
  0% { transform: translate(25%, 0%); }
  8.33% { transform: translate(21.65%, 12.5%); }
  16.67% { transform: translate(12.5%, 21.65%); }
  25% { transform: translate(0%, 25%); }
  33.33% { transform: translate(-12.5%, 21.65%); }
  41.67% { transform: translate(-21.65%, 12.5%); }
  50% { transform: translate(-25%, 0%); }
  58.33% { transform: translate(-21.65%, -12.5%); }
  66.67% { transform: translate(-12.5%, -21.65%); }
  75% { transform: translate(0%, -25%); }
  83.33% { transform: translate(12.5%, -21.65%); }
  91.67% { transform: translate(21.65%, -12.5%); }
  100% { transform: translate(25%, 0%); }
}

.onoma-hyunhyun {
  animation: onoma-hyunhyun 0.6s linear infinite both;
}

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

Compare with similar motions