mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Remove kwargs from begin_animations
This commit is contained in:
parent
3d6092c06c
commit
a2d99741f3
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ class Scene(Container):
|
||||||
animations = self.compile_play_args_to_animation_list(
|
animations = self.compile_play_args_to_animation_list(
|
||||||
*args, **kwargs
|
*args, **kwargs
|
||||||
)
|
)
|
||||||
self.begin_animations(animations, **kwargs)
|
self.begin_animations(animations)
|
||||||
self.progress_through_animations(animations)
|
self.progress_through_animations(animations)
|
||||||
self.finish_animations(animations)
|
self.finish_animations(animations)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue