OnomaUI

baribari motion

baribari has 2 kinds of motion.

ばりばり2 motionsOfficial

Motion by meaning

Crunch and crack

Crunching or breaking

Trembles about 6% in every direction, forever.

Duration
0.26s
Repeats
Yes
Easing
linear
Animates
Position · Rotation translate rotate
Show CSS
@keyframes onoma-baribari {
  0% { transform: translate(0%, 0%) rotate(0deg); }
  12.5% { transform: translate(6%, -3.6%) rotate(4.8deg); }
  25% { transform: translate(-4.8%, 3%) rotate(-6deg); }
  37.5% { transform: translate(3.6%, 5.4%) rotate(3deg); }
  50% { transform: translate(-6%, -2.4%) rotate(-3.6deg); }
  62.5% { transform: translate(4.8%, 1.8%) rotate(6deg); }
  75% { transform: translate(-3%, -6%) rotate(-1.8deg); }
  87.5% { transform: translate(1.8%, 4.2%) rotate(4.2deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}

.onoma-baribari {
  animation: onoma-baribari 0.26s linear infinite both;
}

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

Work at full throttle

Hard at work

Bounces 30% high, squashing 15% on each landing, forever.

Duration
0.46s
Repeats
Yes
Easing
ease-in-out
Animates
Position · Scale translate scale
Show CSS
@keyframes onoma-baribari-2 {
  0% { transform: translate(0%, 0%) scale(1.15, 0.85); animation-timing-function: cubic-bezier(.3,.7,.5,1); }
  50% { transform: translate(0%, -30%) scale(0.95, 1.05); animation-timing-function: cubic-bezier(.5,0,.7,.3); }
  100% { transform: translate(0%, 0%) scale(1.15, 0.85); }
}

.onoma-baribari-2 {
  animation: onoma-baribari-2 0.46s ease-in-out infinite both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions