OnomaUI

jiwajiwa motion

The motion for "spread little by little".

じわじわ1 motionOfficial

Sample

Spread little by little

Effect gradually kicking in

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

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

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

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

Compare with similar motions

jiwajiwaSpread little by little
bisshiriPacked tight
deppuriStout and heavy