From 45d904940562d681bf0dbce9c60cc0615c30284c Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Sat, 3 Feb 2024 18:47:39 -0600 Subject: [PATCH] Minor clean up --- manimlib/animation/composition.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manimlib/animation/composition.py b/manimlib/animation/composition.py index aadeac65..5526ab36 100644 --- a/manimlib/animation/composition.py +++ b/manimlib/animation/composition.py @@ -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,