Canvas animation can stored in a list?

hi, its possible to store in a list a canvas animation?

How do you make the animation? imageSprite/Ball moving? or you are drawing line/circle/shapes on canvas?

image sprite moving

its possible to get the x and y values about movement of sprite in a list changing the values of x and y inside list?

how can save the movements of my canvas animation and reproduce the timeline movement saved like a record movement. i would store in tinydb and create a recorder animation canvas

You could devote a fast Clock Timer to grabbing the position and orientation of every Sprite and adding them to a list for later export/import.