Replace all FadeInFrom with simple FadeIn, and likewise for FadeOutFrom -> FadeOut

This commit is contained in:
Grant Sanderson
2020-06-07 12:35:20 -07:00
parent 919f267f7f
commit 2d19d76675
51 changed files with 666 additions and 704 deletions

View File

@ -25,7 +25,7 @@ class OpeningManimExample(Scene):
VGroup(title, basel).arrange(DOWN)
self.play(
Write(title),
FadeInFrom(basel, UP),
FadeIn(basel, UP),
)
self.wait()