DrawBorderThenFill#
Qualified name: manim.animation.creation.DrawBorderThenFill
- class DrawBorderThenFill(mobject=None, *args, use_override=True, **kwargs)[source]#
Bases:
Animation
Draw the border first and then show the fill.
Examples
Example: ShowDrawBorderThenFill ¶
from manim import * class ShowDrawBorderThenFill(Scene): def construct(self): self.play(DrawBorderThenFill(Square(fill_opacity=1, fill_color=ORANGE)))
Methods
Begin the animation.
Get all mobjects involved in the animation.
get_outline
get_stroke_color
interpolate_submobject