Skip to content

Instantly share code, notes, and snippets.

Created December 17, 2014 13:39
Show Gist options
  • Save anonymous/caf41bdb0d0d3066e271 to your computer and use it in GitHub Desktop.
Save anonymous/caf41bdb0d0d3066e271 to your computer and use it in GitHub Desktop.
\documentclass{beamer}
% http://tex.stackexchange.com/q/217628/1402
\begin{document}
\begin{frame}{Uncover}
\begin{itemize}
\item<1> a really long item, which takes up almost the entire page
\item<2> another item
\item<3> yet another one
\end{itemize}
\end{frame}
\begin{frame}{Only}
\begin{itemize}[<only@+>]
\item a really long item, which takes up almost the entire page
\item another item
\item yet another one
\end{itemize}
\end{frame}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment