OnomaUI

chirin motion

The motion for "a little bell tinkles".

ちりん1 motionOfficial

Sample

A little bell tinkles

Notification arrives

Swings 14° from its top edge and gradually settles.

Duration
0.9s
Repeats
No
Easing
ease-in-out
Animates
Rotation rotate
Show CSS
@keyframes onoma-chirin {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(14deg); }
  40% { transform: rotate(-8.4deg); }
  60% { transform: rotate(4.9deg); }
  80% { transform: rotate(-2.1deg); }
  100% { transform: rotate(0deg); }
}

.onoma-chirin {
  animation: onoma-chirin 0.9s ease-in-out both;
  transform-origin: 50% 0%;
}

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

Compare with similar motions

Words for the same motion