mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Shouldn't transform between Text and TexText
This commit is contained in:
parent
46294a5fad
commit
d981ee47e2
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue