Creak under weight
Under heavy loadSquishes 6% wide, then tall, back and forth, forever.
- Duration
- 0.8s
- Repeats
- Yes
- Easing
- ease-in-out
- Animates
- Scale scale
Show CSS
@keyframes onoma-gishigishi {
0% { transform: scale(1.06, 0.94); }
100% { transform: scale(0.94, 1.06); }
}
.onoma-gishigishi {
animation: onoma-gishigishi 0.8s ease-in-out infinite alternate both;
}
/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
.onoma-gishigishi { animation: none; }
}