TransformFromCopy

Qualified name: manim.animation.transform.TransformFromCopy

class TransformFromCopy(mobject=None, *args, use_override=True, **kwargs)[source]

Bases: Transform

Preserves a copy of the original VMobject and transforms only it’s copy to the target VMobject

Methods

interpolate

Set the animation progress.

Attributes

path_arc

path_func

run_time

Parameters:
_original__init__(mobject, target_mobject, **kwargs)

Initialize self. See help(type(self)) for accurate signature.

Parameters:
Return type:

None

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