mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 04:23:16 +08:00
Replace all FadeInFrom with simple FadeIn, and likewise for FadeOutFrom -> FadeOut
This commit is contained in:
@ -25,7 +25,7 @@ class OpeningManimExample(Scene):
|
||||
VGroup(title, basel).arrange(DOWN)
|
||||
self.play(
|
||||
Write(title),
|
||||
FadeInFrom(basel, UP),
|
||||
FadeIn(basel, UP),
|
||||
)
|
||||
self.wait()
|
||||
|
||||
|
Reference in New Issue
Block a user