OnomaUI

uttori motion

The motion for "entranced and dreamy".

うっとり1 motionOfficial

Sample

Entranced and dreamy

Express adoration

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

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

.onoma-uttori {
  animation: onoma-uttori 3s ease-in-out infinite alternate both;
}

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

Compare with similar motions