Flabby and squishy
Soft, squishy thingsSquishes 22% wide, then tall, back and forth, forever.
- Duration
- 1.2s
- Repeats
- Yes
- Easing
- ease-in-out
- Animates
- Scale scale
Show CSS
@keyframes onoma-buyobuyo {
0% { transform: scale(1.22, 0.78); }
100% { transform: scale(0.78, 1.22); }
}
.onoma-buyobuyo {
animation: onoma-buyobuyo 1.2s ease-in-out infinite alternate both;
}
/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
.onoma-buyobuyo { animation: none; }
}