ChangingDecimal#

Qualified name: manim.animation.numbers.ChangingDecimal

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

Bases: Animation

Methods

check_validity_of_input

interpolate_mobject

Interpolates the mobject of the Animation based on alpha value.

Parameters:
  • decimal_mob (DecimalNumber) –

  • number_update_func (Callable[[float], float]) –

  • suspend_mobject_updating (bool | None) –

interpolate_mobject(alpha)[source]#

Interpolates the mobject of the Animation based on alpha value.

Parameters:

alpha (float) – 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.

Return type:

None