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
fix: add wait after subsections to show completed animation
Manim has a bug where animations stop at ~93% completion. When videos
pause after a subsection, they show this incomplete last frame (e.g.,
circles with visible gaps).
Solution: Call self.wait() after each subsection, same as next_slide()
does. This adds frames showing the completed animation state.
The wait() creates a separate animation file that shows the final
completed state, ensuring when video playback pauses, it shows the
complete animation instead of the 93% incomplete frame.
Reference: https://lightrun.com/answers/manimcommunity-manim-t-values-issue-that-causes-the-animations-to-not-be-finished-entirely
0 commit comments