OnomaUI

pechakucha motion

The motion for "chatter away".

ぺちゃくちゃ1 motionOfficial

Sample

Chatter away

Chatting / typing

Squishes 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; }
}

Compare with similar motions