mirror of
https://github.com/3b1b/manim.git
synced 2025-09-19 04:41:56 +00:00
Fixed problem with LaggedStartMap
This commit is contained in:
parent
34851761e2
commit
e8fe67650a
1 changed files with 2 additions and 1 deletions
|
@ -152,7 +152,8 @@ class LaggedStartMap(LaggedStart):
|
|||
else:
|
||||
args_list.append((submob,))
|
||||
anim_kwargs = dict(kwargs)
|
||||
anim_kwargs.pop("lag_ratio")
|
||||
if "lag_ratio" in anim_kwargs:
|
||||
anim_kwargs.pop("lag_ratio")
|
||||
animations = [
|
||||
AnimationClass(*args, **anim_kwargs)
|
||||
for args in args_list
|
||||
|
|
Loading…
Add table
Reference in a new issue