Same moment of the same pour animation, captured twice: with the animator scale at 0 the receiving container is empty, with the scale at 1 the falling ribbon of sand is visible inside it.
Android

Jetpack Compose animations finish in one frame when the emulator’s animator scale is 0

Compose tweens respect the system animator scale. At 0 they complete instantly, so anything drawn mid-animation never renders.