OnomaUI

ha motion

The motion for "sudden realization".

はっ1 motionOfficial

Sample

Sudden realization

Prompt a realization

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

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

.onoma-ha {
  animation: onoma-ha 0.42s ease-out both;
}

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

Compare with similar motions

Words for the same motion