OnomaUI

daraan motion

The motion for "hang limp".

だらーん1 motionOfficial

Sample

Hang limp

Exhausted or resting

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

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

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

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

Compare with similar motions

Words for the same motion