mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
Minor clean up
This commit is contained in:
parent
711438f625
commit
45d9049405
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ DEFAULT_LAGGED_START_LAG_RATIO = 0.05
|
|||
|
||||
|
||||
class AnimationGroup(Animation):
|
||||
def __init__(self,
|
||||
def __init__(
|
||||
self,
|
||||
*animations: Animation | _AnimationBuilder,
|
||||
run_time: float = -1, # If negative, default to sum of inputed animation runtimes
|
||||
lag_ratio: float = 0.0,
|
||||
|
|
Loading…
Add table
Reference in a new issue