RemoveTextLetterByLetter#

Qualified name: manim.animation.creation.RemoveTextLetterByLetter

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

Bases: AddTextLetterByLetter

Remove a Text letter by letter from the scene.

Parameters:
  • time_per_char (float) – Frequency of appearance of the letters.

  • tip:: (..) – This is currently only possible for class:~.Text and not for class:~.MathTex

  • text (Text) –

  • suspend_mobject_updating (bool) –

  • int_func (Callable[[np.ndarray], np.ndarray]) –

  • rate_func (Callable[[float], float]) –

  • run_time (float | None) –

Methods