OnomaUI

nika motion

The motion for "flash a toothy grin".

にかっ1 motionOfficial

Sample

Flash a toothy grin

Cheerful reply

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

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

.onoma-nika {
  animation: onoma-nika 0.46s ease-out both;
}

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

Compare with similar motions