Question: How to animate multiple plots ?

Hi !
I'm wanting to make an animation from images. But these images are not plots, they are lists of plots, which I display simultaneously using the display function. So I've a list of list of plots, which I want to be displayed as an animation. The syntax is animate(function_that_returns_a_plot, ...), and I can't return a plot, since a list of plots is not a plot. Does anybody know what to do ?
Thanks in advance :)
Please Wait...