OnomaUI

gingin motion

The motion for "wide awake and charged".

ぎんぎん1 motionOfficial

Sample

Wide awake and charged

Focus / energized mode

Swells to 112% and back in a steady rhythm, forever.

Duration
0.5s
Repeats
Yes
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-gingin {
  0% { transform: scale(1, 1); }
  50% { transform: scale(1.12, 1.12); }
  100% { transform: scale(1, 1); }
}

.onoma-gingin {
  animation: onoma-gingin 0.5s ease-in-out infinite both;
}

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

Compare with similar motions