Fancy_label

Qualified name: manimextra.animations.Fancy\_label

class manimextra.animations.Fancy_label(text, mode='normal', buff=0.5)

Bases:

A function that writes text at the very top and adapts to its length

Examples

Example: FancyLabelExample

from manim import *
from manimextra import *

class FancyLabelExample(manim.Scene):
    def construct(self):
        label = Tex("Hello, World!")
        self.play(Fancy_label(label))
        self.wait()

Attention

Deprecated The function Fancy_label has been deprecated since v1.11.4 and may be removed in a later version. Please, dont use this cringe.