OnomaUI

peshanko motion

The motion for "squashed flat".

ぺしゃんこ1 motionOfficial

Sample

Squashed flat

Failure / letdown

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

Duration
0.6s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-peshanko {
  0% { transform: scale(1, 1); }
  30% { transform: scale(1.33, 0.45); }
  60% { transform: scale(0.92, 1.11); }
  82% { transform: scale(1.03, 0.97); }
  100% { transform: scale(1, 1); }
}

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

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

Compare with similar motions

Words for the same motion