OnomaUI

bishi motion

The motion for "crisp and sharp".

びしっ1 motionOfficial

Sample

Crisp and sharp

Lock in a setting

Twists 15° and tightens for an instant, then clicks back.

Duration
0.3s
Repeats
No
Easing
ease-out
Animates
Rotation · Scale rotate scale
Show CSS
@keyframes onoma-bishi {
  0% { transform: rotate(0deg) scale(1, 1); }
  20% { transform: rotate(15deg) scale(0.94, 0.94); }
  45% { transform: rotate(-4.5deg) scale(1.02, 1.02); }
  70% { transform: rotate(1.5deg) scale(1, 1); }
  100% { transform: rotate(0deg) scale(1, 1); }
}

.onoma-bishi {
  animation: onoma-bishi 0.3s ease-out both;
}

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

Compare with similar motions

Words for the same motion