OnomaUI

nobinobi motion

The motion for "free and relaxed".

のびのび1 motionOfficial

Sample

Free and relaxed

Liberating completion

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

Duration
2.8s
Repeats
Yes
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-nobinobi {
  0% { transform: scale(1, 1); }
  100% { transform: scale(1.14, 1.14); }
}

.onoma-nobinobi {
  animation: onoma-nobinobi 2.8s ease-in-out infinite alternate both;
}

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

Compare with similar motions