OnomaUI

kirakira motion

The motion for "twinkle".

きらきら1 motionOfficial

Sample

Twinkle

Highlight something new

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

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

.onoma-kirakira {
  animation: onoma-kirakira 1.2s ease-in-out infinite both;
}

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

Compare with similar motions