mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 11:03:03 +08:00
Remove arg_creator arg from LaggedStartMap
Anything that enables is better done just with LaggedStart
This commit is contained in:
@ -167,7 +167,6 @@ class LaggedStartMap(LaggedStart):
|
||||
self,
|
||||
anim_func: Callable[[Mobject], Animation],
|
||||
group: Mobject,
|
||||
arg_creator: Callable[[Mobject], tuple] | None = None,
|
||||
run_time: float = 2.0,
|
||||
lag_ratio: float = DEFAULT_LAGGED_START_LAG_RATIO,
|
||||
**kwargs
|
||||
|
Reference in New Issue
Block a user