SwapEquations

Qualified name: manimextra.animations.SwapEquations

class manimextra.animations.SwapEquations(mobject=None, *args, use_override=True, **kwargs)

Bases: AnimationGroup

Swap two equations in a system of equations.

Parameters:
  • system (SystemOfEquations) – The system of equations.

  • i (int) – The index of the first equation.

  • j (int) – The index of the second equation.

Methods

finish

Finish the animation.

Attributes

run_time

_original__init__(system, i, j, **kwargs)

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

finish()

Finish the animation.

This method gets called when the animation is over.