OnomaUI

pekori motion

The motion for "polite bow".

ぺこり1 motionOfficial

Sample

Polite bow

Welcome greeting

Leans 35° from its bottom edge, holds, then straightens up.

Duration
1.2s
Repeats
No
Easing
ease-in-out
Animates
Rotation rotate
Show CSS
@keyframes onoma-pekori {
  0% { transform: rotate(0deg); }
  35% { transform: rotate(35deg); }
  65% { transform: rotate(35deg); }
  100% { transform: rotate(0deg); }
}

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

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

Compare with similar motions