OnomaUI

chin motion

The motion for "ding! all done".

ちん1 motionOfficial

Sample

Ding! All done

Heating or process done

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

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

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

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

Compare with similar motions