Shouldn't transform between Text and TexText

This commit is contained in:
Grant Sanderson 2021-02-03 14:17:39 -08:00
parent 46294a5fad
commit d981ee47e2

View file

@ -25,7 +25,7 @@ class OpeningManimExample(Scene):
transform_title = Text("That was a transform")
transform_title.to_corner(UL)
self.play(
Transform(title, transform_title),
Transform(title[0], transform_title),
LaggedStartMap(FadeOut, basel, shift=DOWN),
)
self.wait()