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