OnomaUI

shorishori motion

The motion for "crunchy shaving".

しょりしょり1 motionOfficial

Sample

Crunchy shaving

Erasing in progress

Rattles 3% and 2° side to side, forever.

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

.onoma-shorishori {
  animation: onoma-shorishori 0.3s linear infinite both;
}

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

Compare with similar motions