AddTextLetterByLetter¶
Qualified name: manim.animation.creation.AddTextLetterByLetter
- class AddTextLetterByLetter(mobject=None, *args, use_override=True, **kwargs)[source]¶
Bases:
ShowIncreasingSubsets
Show a
Text
letter by letter on 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