The function you need is ListAnimate.
ListAnimate[Table[Plot[Sin[n x], {x, 0, 10}], {n, 5}]]
The table is a list of graphics and ListAnmiate plays through them. If you want to export that, you can give it a name and then just import into a gif file.
Cheers,
Marco