mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +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):
|
class AnimationGroup(Animation):
|
||||||
def __init__(self,
|
def __init__(
|
||||||
|
self,
|
||||||
*animations: Animation | _AnimationBuilder,
|
*animations: Animation | _AnimationBuilder,
|
||||||
run_time: float = -1, # If negative, default to sum of inputed animation runtimes
|
run_time: float = -1, # If negative, default to sum of inputed animation runtimes
|
||||||
lag_ratio: float = 0.0,
|
lag_ratio: float = 0.0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue