Minor clean up

This commit is contained in:
Grant Sanderson 2024-02-03 18:47:39 -06:00
parent 711438f625
commit 45d9049405

View file

@ -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,