I'm trying to create a figure in a beamer presentation using tikz. I want the figure to change incrementally during the presentation. So for example I would like to have a picture of a graph, then when I page down a new edge is added to the graph.
I've had a look around and I can't find anything about this in tikz or beamer.
I know that I can create the different figures separately as pdf files and then load them into the presentation with
Code: Select all
\includegraphic{...}
Is this possible?