mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 14:37:47 +00:00
Pass group parameter in LaggedStartMap -> AnimationGroup
This commit is contained in:
parent
772a328302
commit
4feb831a11
1 changed files with 1 additions and 0 deletions
|
|
@ -180,4 +180,5 @@ class LaggedStartMap(LaggedStart):
|
||||||
*(anim_func(submob, **anim_kwargs) for submob in group),
|
*(anim_func(submob, **anim_kwargs) for submob in group),
|
||||||
run_time=run_time,
|
run_time=run_time,
|
||||||
lag_ratio=lag_ratio,
|
lag_ratio=lag_ratio,
|
||||||
|
group=group
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue