mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Update input type to LaggedStartMap
This commit is contained in:
parent
fa99eafe2b
commit
7db69e32aa
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class LaggedStart(AnimationGroup):
|
|||
class LaggedStartMap(LaggedStart):
|
||||
def __init__(
|
||||
self,
|
||||
anim_func: Callable[[Mobject], Animation],
|
||||
anim_func: Callable[[Mobject], Animation] | Animation,
|
||||
group: Mobject,
|
||||
run_time: float = 2.0,
|
||||
lag_ratio: float = DEFAULT_LAGGED_START_LAG_RATIO,
|
||||
|
|
Loading…
Add table
Reference in a new issue