OnomaUI

ayafuya motion

The motion for "vague and uncertain".

あやふや1 motionOfficial

Sample

Vague and uncertain

Show an unconfirmed value

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

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

.onoma-ayafuya {
  animation: onoma-ayafuya 1.6s ease-in-out infinite alternate both;
}

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

Compare with similar motions