OnomaUI

wassawassa motion

The motion for "sway heavily and widely".

わっさわっさ1 motionOfficial

Sample

Sway heavily and widely

A big batch of updates

Rocks 16° each way on its bottom edge, forever.

Duration
1.4s
Repeats
Yes
Easing
ease-in-out
Animates
Rotation rotate
Show CSS
@keyframes onoma-wassawassa {
  0% { transform: rotate(-16deg); }
  100% { transform: rotate(16deg); }
}

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

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

Compare with similar motions