You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use a fading animation in a Succession. The idea was to have an object fade in, wait, and fade out again. However when running the animation, instead of fading in the object is present from the start, flashes and then fades out. Removing the FadeOut makes the FadeIn work correctly in the succession.
This appears to be an issue because the Succession adds all object of all animations to early.
Expected behavior
A succession of animations A, B, C should play exactly as if A, B, C would when played in sequence. In this case the object should only appear with the FadeIn
Description of bug / unexpected behavior
I wanted to use a fading animation in a Succession. The idea was to have an object fade in, wait, and fade out again. However when running the animation, instead of fading in the object is present from the start, flashes and then fades out. Removing the FadeOut makes the FadeIn work correctly in the succession.
This appears to be an issue because the Succession adds all object of all animations to early.
Expected behavior
A succession of animations A, B, C should play exactly as if A, B, C would when played in sequence. In this case the object should only appear with the FadeIn
How to reproduce the issue
Code for reproducing the problem
Additional media files
Images/GIFs
System specifications
System Details
python/py/python3 --version
): 3.12.10pip list
):The text was updated successfully, but these errors were encountered: