Indicate#
Qualified name: manim.animation.indication.Indicate
- class Indicate(mobject=None, *args, use_override=True, **kwargs)[source]#
Bases:
TransformIndicate a Mobject by temporarily resizing and recoloring it.
- Parameters
mobject – The mobject to indicate.
scale_factor – The factor by which the mobject will be temporally scaled
color – The color the mobject temporally takes.
rate_func – The function definig the animation progress at every point in time.
kwargs – Additional arguments to be passed to the
Successionconstructor
Examples
Example: UsingIndicate ¶
from manim import * class UsingIndicate(Scene): def construct(self): tex = Tex("Indicate").scale(3) self.play(Indicate(tex)) self.wait()
Methods
create_targetAttributes
path_arcpath_func