OnomaUI

chira motion

The motion for "a quick glimpse".

ちらっ1 motionOfficial

Sample

A quick glimpse

Show a preview

Pops up 22%, holds, then ducks back.

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

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

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

Compare with similar motions

Words for the same motion