WLJS LogoWLJS Notebook

ListAnimate

ListAnimate[seq_List, fps_:20]

animates the list of expressiions seq with fps frames per second (at best)

For example:

ListAnimate[Table[Plot[Sin[n x], {x, 0, 10}], {n, 5}], 10]
ListAnimate[Table[Graphics[Disk[{0,0}, RandomReal[100]]], {50}]]

Note, that ListAnimate is effectively wrapper over a more general symbol Animate