I know how to show lists step by step when I create presentations with beamer, but how can I show simple text step by step without itemizing it?
\begin{frame}
\frametitle{Title}
<1-> First\\
<2-> Second:
\begin{itemize}
\item<3-> Third
\item<4-> Fourth
\end{itemize}
\end{frame}
I want to show to paragraphs of text following with a list. How can I reveal the paragraphs step by step? My example is working for the list, but does not work for plain text.
Best Answer
If I understand you correctly than you looking for something like this: