z-agent / papers-context /agent_workspace /manim_docs /reference /manim.animation.composition.LaggedStartMap.md
ProgramerSalar's picture
fix: track binary files with Git LFS
dc00adb
|
Raw
History Blame Contribute Delete
2.04 kB

A newer version of the Gradio SDK is available: 6.26.0

Upgrade

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:
    • AnimationClassAnimation to apply to mobject.
    • mobject (Mobject) – Mobject whose 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)

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.

  • Parameters:
    • animation_class (type *[*Animation ])
    • mobject (Mobject)
    • arg_creator (Callable *[* *[*Mobject ] , Iterable *[*Any ] ] | None)
    • run_time (float)
    • kwargs (Any)