OnomaUI

hatahata motion

The motion for "flap in the wind".

はたはた1 motionOfficial

Sample

Flap in the wind

Banner or flag

Flutters up to 28° with its left edge pinned, forever.

Duration
0.8s
Repeats
Yes
Easing
ease-in-out
Animates
3D turn · Skew rotateY skewY
Show CSS
@keyframes onoma-hatahata {
  0% { transform: perspective(300px) rotateY(0deg) skewY(0deg); }
  50% { transform: perspective(300px) rotateY(-28deg) skewY(-3deg); }
  100% { transform: perspective(300px) rotateY(8.4deg) skewY(2.1deg); }
}

.onoma-hatahata {
  animation: onoma-hatahata 0.8s ease-in-out infinite alternate both;
  transform-origin: 0% 50%;
}

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

Compare with similar motions