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

A newer version of the Gradio SDK is available: 6.22.0

Upgrade

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 mobject is not an instance of VMobject.

Examples

SEE ALSO

ShowPassingFlash

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