Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Circumscribe combined with lag_ratio causes the box to be drawn after the animation finishes #2349

Closed
sudgy opened this issue Dec 1, 2021 · 0 comments · Fixed by #2396
Closed
Labels
issue:bug Something isn't working... For use in issues

Comments

@sudgy
Copy link

sudgy commented Dec 1, 2021

Consider the following scene:

class Test(Scene):
    def construct(self):
        m1 = Dot(LEFT)
        m2 = Dot(RIGHT)
        self.play(AnimationGroup(Circumscribe(m1), Circumscribe(m2), lag_ratio = 0.5))
        self.wait()

When rendered, the box on the left starts the animation, then the box on the right starts the animation, but then after the first one finishes and before the second one finishes, the box for the first one just sits there instead of disappearing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue:bug Something isn't working... For use in issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant