OnomaUI

jitojito motion

The motion for "clammy and humid".

じとじと1 motionOfficial

Sample

Clammy and humid

Heavy, sticky wait

Droops 15% downward from its top, slowly, and back.

Duration
3s
Repeats
Yes
Easing
ease-in-out
Animates
Skew · Scale skewY scale
Show CSS
@keyframes onoma-jitojito {
  0% { transform: skewY(0deg) scale(1, 1); }
  100% { transform: skewY(4deg) scale(0.96, 1.15); }
}

.onoma-jitojito {
  animation: onoma-jitojito 3s ease-in-out infinite alternate both;
  transform-origin: 50% 0%;
}

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

Compare with similar motions