I like to have the pictures in the following presentation each on the same position. Unfortunately the position changes after the second slide.
How to keep the (vertical) position? Pictures are all the same size.
\PassOptionsToPackage{demo}{graphics}
\documentclass{beamer}
\begin{document}
\begin{frame}
\only<1>{\includegraphics[width=\textwidth]{pic1}}
\only<2>{\includegraphics[width=\textwidth]{pic2}}
\only<3>{\includegraphics[width=\textwidth]{pic3}}
\only<4>{\includegraphics[width=\textwidth]{pic4}}
\transduration<1-4>{1}
\end{frame}
\end{document}
[t]to\begin{frame}, the result is then\begin{frame}[t]– tohecz Nov 5 '12 at 15:50