ShowPartial

Qualified name: manim.animation.creation.ShowPartial

class ShowPartial(mobject=None, *args, use_override=True, **kwargs)[source]

Bases: Animation

Abstract class for Animations that show the VMobject partially.

Raises:

TypeError – If mobject is not an instance of VMobject.

Parameters:

mobject (VMobject | OpenGLVMobject | OpenGLSurface | None)

Methods

interpolate_submobject

Attributes

run_time

_original__init__(mobject, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

Parameters:

mobject (VMobject | OpenGLVMobject | OpenGLSurface | None)