Packed tight, straining
Near capacitySquishes 4% wide, then tall, back and forth, forever.
- Duration
- 0.3s
- Repeats
- Yes
- Easing
- ease-in-out
- Animates
- Scale scale
Show CSS
@keyframes onoma-gichigichi {
0% { transform: scale(1.04, 0.96); }
100% { transform: scale(0.96, 1.04); }
}
.onoma-gichigichi {
animation: onoma-gichigichi 0.3s ease-in-out infinite alternate both;
}
/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
.onoma-gichigichi { animation: none; }
}