Ruffle vigorously
Shuffle or mix upSquishes 13% wide, then tall, back and forth, forever.
- Duration
- 0.36s
- Repeats
- Yes
- Easing
- ease-in-out
- Animates
- Scale scale
Show CSS
@keyframes onoma-washawasha {
0% { transform: scale(1.13, 0.87); }
100% { transform: scale(0.87, 1.13); }
}
.onoma-washawasha {
animation: onoma-washawasha 0.36s ease-in-out infinite alternate both;
}
/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
.onoma-washawasha { animation: none; }
}