Indicate#
Qualified name: manim.animation.indication.Indicate
- class Indicate(mobject=None, *args, use_override=True, **kwargs)[source]#
Bases:
Transform
Indicate 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
Succession
constructor
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_target
Attributes
path_arc
path_func