mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
Get rid of lagged_start
This commit is contained in:
@ -126,7 +126,7 @@ class Anniversary(TeacherStudentsScene):
|
||||
self.play(
|
||||
DrawBorderThenFill(
|
||||
hats,
|
||||
submobject_mode = "lagged_start",
|
||||
lag_ratio = 0.5,
|
||||
rate_func=linear,
|
||||
run_time = 2,
|
||||
),
|
||||
@ -2365,7 +2365,7 @@ class ExponentsAsRepeatedMultiplication(TeacherStudentsScene):
|
||||
self.play(FadeIn(
|
||||
five_twos,
|
||||
run_time = 3,
|
||||
submobject_mode = "lagged_start"
|
||||
lag_ratio = 0.5
|
||||
))
|
||||
self.wait(2)
|
||||
|
||||
@ -3288,7 +3288,7 @@ class ECLPromo(PiCreatureScene):
|
||||
self.wait(3)
|
||||
self.play(FadeIn(
|
||||
logo_part1, run_time = 3,
|
||||
submobject_mode = "lagged_start"
|
||||
lag_ratio = 0.5
|
||||
))
|
||||
logo_part2.save_state()
|
||||
logo_part2.scale(2)
|
||||
|
Reference in New Issue
Block a user