z-agent / papers-context /agent_workspace /manim_docs /reference /manim.animation.creation.Create.md
A newer version of the Gradio SDK is available: 6.22.0
Create
Qualified name: manim.animation.creation.Create
class Create(mobject=None, *args, use_override=True, **kwargs)
Bases: ShowPartial
Incrementally show a VMobject.
- Parameters:
- mobject (VMobject | OpenGLVMobject | OpenGLSurface) – The VMobject to animate.
- lag_ratio (float)
- introducer (bool)
- Raises:
TypeError – If
mobjectis not an instance ofVMobject.
Examples
SEE ALSO
Methods
Attributes
run_time |
|---|
_original__init__(mobject, lag_ratio=1.0, introducer=True, **kwargs)
Initialize self. See help(type(self)) for accurate signature.
- Parameters:
- mobject (VMobject | OpenGLVMobject | OpenGLSurface)
- lag_ratio (float)
- introducer (bool)
- Return type: None