I'm creating a beamer presentation. I want to make one frame that has a couple of images overlapped, like a stack of photos. Actually, I want something like this:
.-----.
| AAA |
| AAA |
'-----'
Then, the next slide shows:
.-----.
| AAA |
| AA.-----.
'---| BBB |
| BBB |
'-----'
And then, the next one shows:
.-----.
| AAA |
| AA.-----.
'.-----.B |
| CCC |B |
| CCC |--'
'-----'
The idea is to control the position of each image and allow them to overlap. I have no idea about how to do this in beamer.
I think the best solution is to have all images inside the same frame, but put a \pause command between them.


\pauseinsidetikzpicturewill prevent beamer from adding the slide footer. Any idea about how to fix it? – Denilson Sá Maia Nov 15 '11 at 16:15\uncoveror\onslide- http://tex.stackexchange.com/questions/9094/beamer-vs-tikz-uncover-nodes-step-by-step - http://tex.stackexchange.com/questions/21512/pause-in-tikzpicture-breaks-footline – Denilson Sá Maia Nov 15 '11 at 16:23