mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Get rid of lagged_start
This commit is contained in:
@ -2863,7 +2863,7 @@ class FiveDBoxExampleWithSliders(FourDBoxExampleWithSliders):
|
||||
MoveToTarget(
|
||||
re_rects,
|
||||
run_time = 2,
|
||||
submobject_mode = "lagged_start",
|
||||
lag_ratio = 0.5,
|
||||
path_arc = np.pi
|
||||
),
|
||||
MoveToTarget(self.re_words),
|
||||
@ -2997,7 +2997,7 @@ class TenDBoxExampleWithSliders(FiveDBoxExampleWithSliders):
|
||||
MoveToTarget(
|
||||
re_rects,
|
||||
run_time = 2,
|
||||
submobject_mode = "lagged_start",
|
||||
lag_ratio = 0.5,
|
||||
path_arc = np.pi
|
||||
),
|
||||
)
|
||||
|
Reference in New Issue
Block a user