OnomaUI

zawazawa motion

The motion for "uneasy murmur".

ざわざわ1 motionOfficial

Sample

Uneasy murmur

Convey unease

Trembles about 4% in every direction, forever.

Duration
0.9s
Repeats
Yes
Easing
linear
Animates
Position · Rotation translate rotate
Show CSS
@keyframes onoma-zawazawa {
  0% { transform: translate(0%, 0%) rotate(0deg); }
  12.5% { transform: translate(4%, -2.4%) rotate(2.4deg); }
  25% { transform: translate(-3.2%, 2%) rotate(-3deg); }
  37.5% { transform: translate(2.4%, 3.6%) rotate(1.5deg); }
  50% { transform: translate(-4%, -1.6%) rotate(-1.8deg); }
  62.5% { transform: translate(3.2%, 1.2%) rotate(3deg); }
  75% { transform: translate(-2%, -4%) rotate(-0.9deg); }
  87.5% { transform: translate(1.2%, 2.8%) rotate(2.1deg); }
  100% { transform: translate(0%, 0%) rotate(0deg); }
}

.onoma-zawazawa {
  animation: onoma-zawazawa 0.9s linear infinite both;
}

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

Compare with similar motions