OnomaUI

chirahora motion

The motion for "here and there".

ちらほら1 motionOfficial

Sample

Here and there

A few scattered updates

Dims and shrinks 20%, then shines again, forever.

Duration
2.2s
Repeats
Yes
Easing
ease-in-out
Animates
Rotation · Scale · Opacity rotate scale opacity
Show CSS
@keyframes onoma-chirahora {
  0% { transform: rotate(0deg) scale(1, 1); opacity: 1; }
  50% { transform: rotate(0deg) scale(0.8, 0.8); opacity: 0.7; }
  100% { transform: rotate(0deg) scale(1, 1); opacity: 1; }
}

.onoma-chirahora {
  animation: onoma-chirahora 2.2s ease-in-out infinite both;
}

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

Compare with similar motions