ListAnimate
Wolfram Kernel
ListAnimate[{__Image}, opts___]accepts list of Image s and animates them in the session
Limited functionality
Options
RefreshRate
By the default is set to 12 (frames per second)
Portability
ListAnimate cannot be exported to any of available formats
Examples
Rasterize and animate
frames = Table[Rasterize[Plot[Sin[x y], {x,0,1}]], {y,0,5}];ListAnimate[frames]