Category "manim"

Asynchronously run different animations in manim

I'm trying run essentially two animations (ref. following code): class RelTrain(Scene): def construct(self): train = Rectangle(height=1, width=4)

How do I Apply Multiple Linear Transformations

I'm trying to use LinearTransformationScene's apply_matrix multiple times: from manim import * class LT(LinearTransformationScene): def __init__(self):