OnomaUI

purapura motion

The motion for "dangle loosely".

ぷらぷら1 motionOfficial

Sample

Dangle loosely

Hanging tag

Swings 10° each way from its top edge, forever.

Duration
0.9s
Repeats
Yes
Easing
ease-in-out
Animates
Rotation rotate
Show CSS
@keyframes onoma-purapura {
  0% { transform: rotate(-10deg); }
  100% { transform: rotate(10deg); }
}

.onoma-purapura {
  animation: onoma-purapura 0.9s ease-in-out infinite alternate both;
  transform-origin: 50% 0%;
}

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

Compare with similar motions