OnomaUI

yura motion

The motion for "sway for a moment".

ゆらっ1 motionOfficial

Sample

Sway for a moment

A light warning

Swings 10° from its top edge and gradually settles.

Duration
0.8s
Repeats
No
Easing
ease-in-out
Animates
Rotation rotate
Show CSS
@keyframes onoma-yura {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(10deg); }
  40% { transform: rotate(-6deg); }
  60% { transform: rotate(3.5deg); }
  80% { transform: rotate(-1.5deg); }
  100% { transform: rotate(0deg); }
}

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

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

Compare with similar motions