OnomaUI

pita motion

The motion for "stop dead".

ぴたっ1 motionOfficial

Sample

Stop dead

Snap into place

Slides in from 50% to the left and stops.

Duration
0.28s
Repeats
No
Easing
cubic-bezier(.2,.8,.2,1)
Animates
Position · Opacity translate opacity
Show CSS
@keyframes onoma-pita {
  0% { transform: translate(-50%, 0%); opacity: 0; }
  40% { transform: translate(-30%, 0%); opacity: 1; }
  100% { transform: translate(0%, 0%); opacity: 1; }
}

.onoma-pita {
  animation: onoma-pita 0.28s cubic-bezier(.2,.8,.2,1) both;
}

/* Reduced motion: only fade in */
@keyframes onoma-pita-fade { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .onoma-pita { animation: onoma-pita-fade 0.2s ease-out both; }
}

Compare with similar motions

Words for the same motion