-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
issue:bugSomething isn't working... For use in issuesSomething isn't working... For use in issues
Description
Description of bug / unexpected behavior
when more than once Write() or FadeIn() sth within Succession(), it will show the mobjs to be displayed before the animation begin
look at the blue triangle at the very beginning of the video below. It's not supposed to be presented before the white line
Expected behavior
Just to display the mobjs one by one normally
How to reproduce the issue
Code for reproducing the problem
class Test(Scene):
def construct(self):
tri=Line(UP)
a=Succession(
FadeIn(Line()),
FadeIn(tri),
)
self.play(a)Additional media files
Images/GIFs
Test.mp4
AliNear
Metadata
Metadata
Assignees
Labels
issue:bugSomething isn't working... For use in issuesSomething isn't working... For use in issues