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