OnomaUI

sharishari motion

The motion for "crunch like shaved ice".

しゃりしゃり1 motionOfficial

Sample

Crunch like shaved ice

Show something icy

Vibrates 2% side to side, fast, forever.

Duration
0.16s
Repeats
Yes
Easing
linear
Animates
Position · Rotation translate rotate
Show CSS
@keyframes onoma-sharishari {
  0% { transform: translate(0%, 0%) rotate(0deg); }
  25% { transform: translate(2%, 0%) rotate(0deg); }
  50% { transform: translate(0%, 0%) rotate(0deg); }
  75% { transform: translate(-2%, 0%) rotate(0deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}

.onoma-sharishari {
  animation: onoma-sharishari 0.16s linear infinite both;
}

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

Compare with similar motions