0

How can I make a "fade in" effect of text after being paused in Beamer. For example

    \documentclass{beamer}
\begin{document}
  \begin{frame}
    \begin{itemize}
    \item text 1 with fade in effect \pause
    \item text2 with fade in effect
    \end{itemize}
  \end{frame}

\end{document}

I want the first item and second item to appear with fade in effect, rather than the default of suddenly visible.

0 Answers0