z-agent / papers-context /agent_workspace /manim_docs /reference /manim.animation.composition.LaggedStartMap.md
A newer version of the Gradio SDK is available: 6.26.0
LaggedStartMap
Qualified name: manim.animation.composition.LaggedStartMap
class LaggedStartMap(mobject=None, *args, use_override=True, **kwargs)
Bases: LaggedStart
Plays a series of Animation while mapping a function to submobjects.
- Parameters:
- AnimationClass –
Animationto apply to mobject. - mobject (Mobject) –
Mobjectwhose submobjects the animation, and optionally the function, are to be applied. - arg_creator (Callable *[* *[*Mobject ] , Iterable *[*Any ] ] | None) – Function which will be applied to
Mobject. - run_time (float) – The duration of the animation in seconds.
- animation_class (type *[*Animation ])
- kwargs (Any)
- AnimationClass –
Examples
Methods
Attributes
run_time |
|---|
_original__init__(animation_class, mobject, arg_creator=None, run_time=2, **kwargs)
Initialize self. See help(type(self)) for accurate signature.