OnomaUI

ichaicha motion

The motion for "flirt and cuddle".

いちゃいちゃ1 motionOfficial

Sample

Flirt and cuddle

Show a lovey-dovey pair

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

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

.onoma-ichaicha {
  animation: onoma-ichaicha 0.8s ease-in-out infinite both;
}

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

Compare with similar motions