OnomaUI

naminami motion

The motion for "filled to the brim".

なみなみ1 motionOfficial

Sample

Filled to the brim

Storage or gauge is full

Swells softly to 110% and back.

Duration
1s
Repeats
No
Easing
ease-in-out
Animates
Scale scale
Show CSS
@keyframes onoma-naminami {
  0% { transform: scale(1, 1); }
  50% { transform: scale(1.1, 1.1); }
  100% { transform: scale(1, 1); }
}

.onoma-naminami {
  animation: onoma-naminami 1s ease-in-out both;
}

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

Compare with similar motions