z-agent / papers-context /agent_workspace /manim_docs /reference /manim.animation.creation.ShowSubmobjectsOneByOne.md
A newer version of the Gradio SDK is available: 6.20.0
ShowSubmobjectsOneByOne
Qualified name: manim.animation.creation.ShowSubmobjectsOneByOne
class ShowSubmobjectsOneByOne(mobject=None, *args, use_override=True, **kwargs)
Bases: ShowIncreasingSubsets
Show one submobject at a time, removing all previously displayed ones from screen.
Methods
update_submobject_list |
|---|
Attributes
run_time |
|---|
- Parameters:
- group (Iterable *[*Mobject ])
- int_func (Callable [ *[*np.ndarray ] , np.ndarray ])
_original__init__(group, int_func=<ufunc 'ceil'>, **kwargs)
Initialize self. See help(type(self)) for accurate signature.
- Parameters:
- group (Iterable *[*Mobject ])
- int_func (Callable [ *[*ndarray ] , ndarray ])
- Return type: None