OnomaUI

jarijari motion

The motion for "crunch over gravel".

じゃりじゃり1 motionOfficial

Sample

Crunch over gravel

Step-by-step progress

Lifts 8%, then lands with a thud, squashing 8%, forever.

Duration
0.9s
Repeats
Yes
Easing
ease-in-out
Animates
Position · Scale translate scale
Show CSS
@keyframes onoma-jarijari {
  0% { transform: translate(0%, 0%) scale(1, 1); animation-timing-function: ease-out; }
  25% { transform: translate(0%, -8%) scale(1, 1); animation-timing-function: cubic-bezier(.6,0,1,.6); }
  42% { transform: translate(0%, 0%) scale(1.08, 0.92); animation-timing-function: ease-out; }
  60% { transform: translate(0%, 0%) scale(1, 1); }
  100% { transform: translate(0%, 0%) scale(1, 1); }
}

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

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

Compare with similar motions