Chatter away
Chatting / typingSquishes 3% wide, then tall, back and forth, forever.
- Duration
- 0.26s
- Repeats
- Yes
- Easing
- ease-in-out
- Animates
- Scale scale
Show CSS
@keyframes onoma-pechakucha {
0% { transform: scale(1.03, 0.97); }
100% { transform: scale(0.97, 1.03); }
}
.onoma-pechakucha {
animation: onoma-pechakucha 0.26s ease-in-out infinite alternate both;
}
/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
.onoma-pechakucha { animation: none; }
}