TransformFromCopy¶
Qualified name: manim.animation.transform.TransformFromCopy
- class TransformFromCopy(mobject=None, *args, use_override=True, **kwargs)[source]¶
Bases:
TransformPreserves a copy of the original VMobject and transforms only it’s copy to the target VMobject
Methods
Set the animation progress.
Attributes
path_arcpath_funcrun_time- _original__init__(mobject, target_mobject, **kwargs)¶
Initialize self. See help(type(self)) for accurate signature.