I'm using beamer package in LaTeX to build my slides. I saw in some final examples in LaTeX (I mean, I saw the PDF format and not the tex format), that contains an image that is being build along several slides. For example:
On slide1:
>
On slide2:
->
On slide3:
-->
On slide4:
--->
Please imagine this picture as an arrow growing.
In this case, I'm building an arrow, but what I really like is having a state diagram appearing along the slides.
Is it possible to build this?
2 - If I have the state diagram as an PDF file, and I import the PDF file to the LaTeX, can I put the feature explained on 1) in the imported file?