Skip to content

Commit

Permalink
don't finish subanimations within interpolate. causes all sort of wei…
Browse files Browse the repository at this point in the history
…rd behavior.
  • Loading branch information
behackl committed Mar 28, 2021
1 parent 36bb74b commit 59484bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions manim/animation/composition.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ def interpolate(self, alpha: float) -> None:
if not anim.is_running:
anim.begin()
anim.interpolate(sub_alpha)
if time == end_time:
anim.finish()


class Succession(AnimationGroup):
Expand Down

0 comments on commit 59484bf

Please sign in to comment.