所有投影仪幻灯片均使用相同的动画

所有投影仪幻灯片均使用相同的动画

我需要为所有幻灯片设置相同的动画。我的意思是所有段落、项目符号、图像。打开幻灯片后,自动运行打开幻灯片的所有动画(此幻灯片的所有项目)。所有幻灯片都相同。有什么简单的解决方案吗?

\documentclass[24pt]{beamer}

\setbeamertemplate{navigation symbols}{}
\usepackage{graphicx}
\usepackage{animate}

\begin{document}
\begin{frame}
\frametitle{title}
first paragraph
\begin{enumerate}
  \item one
  \item two
  \item three
\end{enumerate}
\begin{figure}
\hspace{4cm}
\vspace{3cm}
\includegraphics[width=0.15\textwidth,natwidth=69,natheight=87]{yourimage} \end{figure} 
\end{frame}
\end{document} 

相关内容