mirror of
https://github.com/3b1b/manim.git
synced 2025-08-03 04:04:36 +08:00
Halfway through eoc9
This commit is contained in:
@ -75,7 +75,7 @@ class Write(ShowCreation):
|
||||
if "run_time" not in kwargs:
|
||||
self.establish_run_time(mobject)
|
||||
if "lag_factor" not in kwargs:
|
||||
if len(mobject.family_members_with_points()) < 3:
|
||||
if len(mobject.family_members_with_points()) < 4:
|
||||
min_lag_factor = 1
|
||||
else:
|
||||
min_lag_factor = 2
|
||||
|
Reference in New Issue
Block a user