OnomaUI

powan motion

The motion for "soft and hazy".

ぽわん1 motionOfficial

Sample

Soft and hazy

Dreamy idle

Slowly grows 8% while fading a little, then returns, forever.

Duration
2.6s
Repeats
Yes
Easing
ease-in-out
Animates
Scale · Opacity scale opacity
Show CSS
@keyframes onoma-powan {
  0% { transform: scale(1, 1); opacity: 1; }
  100% { transform: scale(1.08, 1.08); opacity: 0.65; }
}

.onoma-powan {
  animation: onoma-powan 2.6s ease-in-out infinite alternate both;
}

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

Compare with similar motions

Words for the same motion