Skip to content

AddTextLetterByLetter animation no longer working #671

@cobordism

Description

@cobordism

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 master

Expected behavior
I expect the letters to appear on screen one at a time

Metadata

Metadata

Assignees

No one assigned

    Labels

    pr:bugfixBug fix for use in PRs solving a specific issue:bug

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions