RotateMarkable¶
- class manim_eng._base.markable.RotateMarkable(mobject=None, *args, use_override=True, **kwargs)¶
Bases:
RotateOverride for the Rotate animation that keeps attached marks upright.
Attributes
RotateMarkable.path_arcRotateMarkable.path_funcRotateMarkable.run_time- interpolate_mobject(alpha: float) None¶
Interpolates the mobject of the
Animationbased 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.