OnomaUI

berabera motion

The motion for "chatter on and on".

べらべら1 motionOfficial

Sample

Chatter on and on

Chatty / typing

Bounces 10% high, squashing 20% on each landing, forever.

Duration
0.3s
Repeats
Yes
Easing
ease-in-out
Animates
Position · Scale translate scale
Show CSS
@keyframes onoma-berabera {
  0% { transform: translate(0%, 0%) scale(1.2, 0.8); animation-timing-function: cubic-bezier(.3,.7,.5,1); }
  50% { transform: translate(0%, -10%) scale(0.93, 1.07); animation-timing-function: cubic-bezier(.5,0,.7,.3); }
  100% { transform: translate(0%, 0%) scale(1.2, 0.8); }
}

.onoma-berabera {
  animation: onoma-berabera 0.3s ease-in-out infinite both;
  transform-origin: 50% 100%;
}

/* Reduced motion: no motion */
@media (prefers-reduced-motion: reduce) {
  .onoma-berabera { animation: none; }
}

Compare with similar motions