OnomaUI

jito motion

The motion for "a narrow-eyed stare".

じとっ1 motionOfficial

Sample

A narrow-eyed stare

Skeptical reaction

Squashes 15% as if pressed from above, then bounces back.

Duration
0.7s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-jito {
  0% { transform: scale(1, 1); }
  30% { transform: scale(1.09, 0.85); }
  60% { transform: scale(0.98, 1.03); }
  82% { transform: scale(1.01, 0.99); }
  100% { transform: scale(1, 1); }
}

.onoma-jito {
  animation: onoma-jito 0.7s ease-in-out both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions