mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Remove arg_creator arg from LaggedStartMap
Anything that enables is better done just with LaggedStart
This commit is contained in:
parent
576a26493e
commit
dcb58c1f4f
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue