remove_animation¶

Figure.remove_animation(func)[source]¶

Removes the passed animation function from both pre and post render.

Parameters:

func (callable) – The function to remove, raises a error if it’s not registered as a pre or post animation function.