OnomaUI

koso motion

The motion for "sneak a peek".

こそっ1 motionOfficial

Sample

Sneak a peek

Hint or hidden menu

Pops up 16%, holds, then ducks back.

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

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

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

Compare with similar motions