OnomaUI

bibi motion

The motion for "instant gut feeling".

びびっ1 motionOfficial

Sample

Instant gut feeling

Hunch / realization

Flashes out to 125% for an instant, then returns.

Duration
0.36s
Repeats
No
Easing
ease-out
Animates
Scale · Opacity scale opacity
Show CSS
@keyframes onoma-bibi {
  0% { transform: scale(1, 1); opacity: 1; }
  20% { transform: scale(1.25, 1.25); opacity: 0.35; }
  50% { transform: scale(1, 1); opacity: 1; }
  100% { transform: scale(1, 1); opacity: 1; }
}

.onoma-bibi {
  animation: onoma-bibi 0.36s ease-out both;
}

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

Compare with similar motions