OnomaUI

nikkori motion

The motion for "beam a big smile".

にっこり1 motionOfficial

Sample

Beam a big smile

Celebrate success

Swells softly to 110% and back.

Duration
1.1s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-nikkori {
  0% { transform: scale(1, 1); }
  50% { transform: scale(1.1, 1.1); }
  100% { transform: scale(1, 1); }
}

.onoma-nikkori {
  animation: onoma-nikkori 1.1s ease-in-out both;
}

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

Compare with similar motions