TransformSystem¶
Qualified name: manimextra.animations.TransformSystem
- class manimextra.animations.TransformSystem(mobject=None, *args, use_override=True, **kwargs)¶
Bases:
AnimationGroup
Transform a system of equations to another system of equations.
- Parameters:
system_1 (
SystemOfEquations
) – The first system of equations.system_2 (
SystemOfEquations
) – The second system of equations.
Methods
Clean up the
Scene
after finishing the animation.Attributes
run_time
- _original__init__(system_1, system_2, **kwargs)¶
Initialize self. See help(type(self)) for accurate signature.
- clean_up_from_scene(scene)¶
Clean up the
Scene
after finishing the animation.This includes to
remove()
the Animation’sMobject
if the animation is a remover.- Parameters:
scene – The scene the animation should be cleaned up from.