OnomaUI

sharashara motion

The motion for "trinkets jingle".

しゃらしゃら1 motionOfficial

Sample

Trinkets jingle

Dangling ornament

Swings 8° each way from its top edge, forever.

Duration
0.9s
Repeats
Yes
Easing
ease-in-out
Animates
Rotation rotate
Show CSS
@keyframes onoma-sharashara {
  0% { transform: rotate(-8deg); }
  100% { transform: rotate(8deg); }
}

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

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

Compare with similar motions