OnomaUI

norarikurari motion

The motion for "evasive and aimless".

のらりくらり1 motionOfficial

Sample

Evasive and aimless

Evasive character

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

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

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

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

Compare with similar motions

norarikurariEvasive and aimless
bonyariHazy and blurry
chintaraDawdle lazily

Words for the same motion