OnomaUI

chonchon motion

The motion for "tap tap for attention".

ちょんちょん1 motionOfficial

Sample

Tap tap for attention

Nudge for attention

Dips 3% 2 time(s), rests a moment, and repeats.

Duration
1s
Repeats
Yes
Easing
ease-in-out
Animates
Position translate
Show CSS
@keyframes onoma-chonchon {
  0% { transform: translate(0%, 0%); }
  17.5% { transform: translate(0%, 3%); }
  35% { transform: translate(0%, 0%); }
  52.5% { transform: translate(0%, 3%); }
  70% { transform: translate(0%, 0%); }
  100% { transform: translate(0%, 0%); }
}

.onoma-chonchon {
  animation: onoma-chonchon 1s ease-in-out infinite both;
}

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

Compare with similar motions