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.
\transfade. Be aware that such transitions typically only work if you use the PDF in full screen mode. – Ulrike Fischer Jul 21 '22 at 07:56\pause, how to turn it on and then off in one slide?? – Redsbefall Jul 21 '22 at 09:37