mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Don't pass kwargs to Animation from LaggedStart
This commit is contained in:
parent
2a89e84538
commit
10c0f4b694
1 changed files with 0 additions and 1 deletions
|
@ -170,5 +170,4 @@ class LaggedStartMap(LaggedStart):
|
|||
*(AnimationClass(submob, **anim_kwargs) for submob in group),
|
||||
group=group,
|
||||
run_time=run_time,
|
||||
**kwargs
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue