Sway heavily and widely
A big batch of updatesRocks 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; }
}