-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
pr:bugfixBug fix for use in PRs solving a specific issue:bugBug fix for use in PRs solving a specific issue:bug
Milestone
Description
Describe the bug
The AddTextLetterByLetter animation was broken by a recent PR
#568 (comment)
All the text appears immediately - even though self.mobject.submobjects is updated correctly in the ShowIncreasingSubsets Animation object.
To Reproduce
class lbl(Scene):
def construct(self):
t = Tex("this is a test")
self.play(AddTextLetterByLetter(t[0]))
#this works on the last releases branch (0.1.0), but not on masterExpected behavior
I expect the letters to appear on screen one at a time
Metadata
Metadata
Assignees
Labels
pr:bugfixBug fix for use in PRs solving a specific issue:bugBug fix for use in PRs solving a specific issue:bug