mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 20:43:56 +08:00
Fixed OpeningManimExample
This commit is contained in:
@ -31,7 +31,7 @@ class OpeningManimExample(Scene):
|
|||||||
transform_title.to_corner(UP + LEFT)
|
transform_title.to_corner(UP + LEFT)
|
||||||
self.play(
|
self.play(
|
||||||
Transform(title, transform_title),
|
Transform(title, transform_title),
|
||||||
OldLaggedStart(FadeOutAndShiftDown, basel),
|
LaggedStart(*map(FadeOutAndShiftDown, basel)),
|
||||||
)
|
)
|
||||||
self.wait()
|
self.wait()
|
||||||
|
|
||||||
@ -44,7 +44,7 @@ class OpeningManimExample(Scene):
|
|||||||
self.play(
|
self.play(
|
||||||
FadeOut(title),
|
FadeOut(title),
|
||||||
FadeInFromDown(grid_title),
|
FadeInFromDown(grid_title),
|
||||||
Write(grid),
|
ShowCreation(grid, run_time=3, lag_ratio=0.1),
|
||||||
)
|
)
|
||||||
self.wait()
|
self.wait()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user