OnomaUI

jii motion

The motion for "stare intently".

じーっ1 motionOfficial

Sample

Stare intently

Character keeps watching

Pops up 22%, holds, then ducks back.

Duration
2s
Repeats
No
Easing
cubic-bezier(.3,.7,.4,1)
Animates
Position translate
Show CSS
@keyframes onoma-jii {
  0% { transform: translate(0%, 0%); }
  30% { transform: translate(0%, -22%); }
  70% { transform: translate(0%, -22%); }
  100% { transform: translate(0%, 0%); }
}

.onoma-jii {
  animation: onoma-jii 2s cubic-bezier(.3,.7,.4,1) both;
}

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

Compare with similar motions

Words for the same motion