TransformFromCopy# Qualified name: manim.animation.transform.TransformFromCopy class TransformFromCopy(mobject=None, *args, use_override=True, **kwargs)[source]# Bases: Transform Performs a reversed Transform Methods interpolate Set the animation progress. Attributes path_arc path_func interpolate(alpha)[source]# Set the animation progress. This method gets called for every frame during an animation. Parameters alpha (float) – The relative time to set the animation to, 0 meaning the start, 1 meaning the end. Return type None