OnomaUI

kuikui motion

The motion for "tug lightly again and again".

くいくい1 motionOfficial

Sample

Tug lightly again and again

Nudge for attention

Glides 10% each way, smoothly, forever.

Duration
0.5s
Repeats
Yes
Easing
ease-in-out
Animates
Position translate
Show CSS
@keyframes onoma-kuikui {
  0% { transform: translate(-10%, 0%); }
  100% { transform: translate(10%, 0%); }
}

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

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

Compare with similar motions