OnomaUI

yorori motion

The motion for "sway and totter slowly".

よろり1 motionOfficial

Sample

Sway and totter slowly

Run out of steam

Leans 22° from its bottom edge, holds, then straightens up.

Duration
1.4s
Repeats
No
Easing
ease-in-out
Animates
Rotation rotate
Show CSS
@keyframes onoma-yorori {
  0% { transform: rotate(0deg); }
  35% { transform: rotate(22deg); }
  65% { transform: rotate(22deg); }
  100% { transform: rotate(0deg); }
}

.onoma-yorori {
  animation: onoma-yorori 1.4s ease-in-out both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions