OnomaUI

topotopo motion

The motion for "pour gently".

とぽとぽ1 motionOfficial

Sample

Pour gently

Fill up bit by bit

Falls 90%, splats on landing and vanishes, forever.

Duration
1.1s
Repeats
Yes
Easing
ease-in
Animates
Position · Scale · Opacity translate scale opacity
Show CSS
@keyframes onoma-topotopo {
  0% { transform: translate(0%, -90%) scale(0.9, 1.1); opacity: 0; }
  12% { transform: translate(0%, -74.57%) scale(0.9, 1.1); opacity: 1; }
  70% { transform: translate(0%, 0%) scale(0.9, 1.1); opacity: 1; animation-timing-function: ease-out; }
  80% { transform: translate(0%, 0%) scale(1.3, 0.6); opacity: 1; }
  92% { transform: translate(0%, 0%) scale(1.4, 0.3); opacity: 0; }
  100% { transform: translate(0%, 0%) scale(1.4, 0.3); opacity: 0; }
}

.onoma-topotopo {
  animation: onoma-topotopo 1.1s ease-in infinite both;
  transform-origin: 50% 100%;
}

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

Compare with similar motions