is there way to remove shadows items in beamer that contains an animation. If I do an itemize with animation, the items appear shaded from the beginning of the slide.
Thank you
\documentclass[xcolor=table]{beamer}
\begin{document}
\begin{frame}
\frametitle{Calcul}
\begin{itemize}
\addtolength{\itemindent}{0cm}
\item<2-> Vitesses
\item<3-> Positions
\item<4-> Accelerations
\end{itemize}
\end{frame}
\end{document}
\documentclassuntil\end{document}– samcarter_is_at_topanswers.xyz Aug 02 '18 at 15:36