ListAnimate
Wolfram Kernel
Execution environment
ListAnimate[{__Image}, opts___]
accepts list of Image s and animates them in the session
Options
AnimationRate
By the default is set to 12
(frames per second)
Examples
Rasterize and animate
frames = Table[Rasterize[Plot[Sin[x y], {x,0,1}]], {y,0,5}];
ListAnimate[frames]