Skip to content

Fix Bug with Introducers in Successions #4258

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Tau-Laboratory
Copy link

@Tau-Laboratory Tau-Laboratory commented May 24, 2025

Overview: What does this pull request change?

Fix Issue described in #4257 It's currently only handling the case where introducers are added directly to the succession. Adding another animation group wont work

Fixed Bug in Successions causing mobjects to be added before they should have been introduced by an animation

Motivation and Explanation: Why and how do your changes improve the library?

I've extracted a private method _get_unintroduced_mobjects in the succession parent AnimationGroup. I did this to avoid duplicating the code creating the group

Links to added or changed documentation pages

Further Information and Comments

Reviewer Checklist

  • The PR title is descriptive enough for the changelog, and the PR is labeled correctly
  • If applicable: newly added non-private functions and classes have a docstring including a short summary and a PARAMETERS section
  • If applicable: newly added functions and classes are tested

…llowing Successions to handle nultiple animations acting on the same object after introduction
@Tau-Laboratory Tau-Laboratory changed the title Fix Bug with Introducers in Successions Fix Bug with Introducers in Successions #4257 May 24, 2025
@Tau-Laboratory Tau-Laboratory changed the title Fix Bug with Introducers in Successions #4257 Fix Bug with Introducers in Successions May 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

Successfully merging this pull request may close these issues.

1 participant