The Animation Class

class src.matnimation.animation.animation.Animation(canvas: Canvas, interval: int = 30)
__init__(canvas: Canvas, interval: int = 30)

Initialize an Animation object.

Parameters:
  • canvas (Canvas) – Canvas object representing the animation canvas

  • interval (int, optional) – Time interval between frames in milliseconds, by default 30

animate(time_index: int)

Animate the canvas frame for a specific time index.

Parameters:

time_index (int) – Index representing the time step in the animation animation

render(filename)

Render and save the animation as a video file.

Parameters:

filename (str) – Name of the file or filepath to save the animation