RotateMarkable

class manim_eng._base.markable.RotateMarkable(mobject=None, *args, use_override=True, **kwargs)

Bases: Rotate

Override for the Rotate animation that keeps attached marks upright.

Attributes

RotateMarkable.path_arc

RotateMarkable.path_func

RotateMarkable.run_time

interpolate_mobject(alpha: float) None

Interpolates the mobject of the Animation based on alpha value.

Parameters:

alpha – A float between 0 and 1 expressing the ratio to which the animation is completed. For example, alpha-values of 0, 0.5, and 1 correspond to the animation being completed 0%, 50%, and 100%, respectively.