TransformAnimations

Qualified name: manim.animation.transform.TransformAnimations

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

Bases: Transform

Methods

interpolate

Set the animation progress.

Attributes

path_arc

path_func

run_time

Parameters:
_original__init__(start_anim, end_anim, rate_func=<function squish_rate_func.<locals>.result>, **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