OnomaUI

honwaka motion

The motion for "soft and mellow".

ほんわか1 motionOfficial

Sample

Soft and mellow

Gentle atmosphere

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-honwaka {
  0% { transform: scale(1, 1); opacity: 1; }
  100% { transform: scale(1.05, 1.05); opacity: 0.9; }
}

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

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

Compare with similar motions

Words for the same motion