Guidance on using animations #310
-
I want to use animations in my presentations with the help of the Here's an MWE for testing. \documentclass{beamer}
\usepackage{animate}
\begin{document}
\begin{frame}
\centering\Huge\bfseries
\begin{animateinline}[loop, autoplay]{5}
\multiframe{10}{n=0+1}{\fbox\n}%
\end{animateinline}
\end{frame}
\end{document} The animation plays in PDF-Xchange Editor and Adobe Acrobat Reader but not in Pympress. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I’d be surprised animate works, AFAICT it’s using javascript to dive animations which we don’t support. Embedding the image as a gif works out of the box though. The issue you link to reported a crash related to animate and that was fixed, but there’s no support added for animate at this time. |
Beta Was this translation helpful? Give feedback.
I’d be surprised animate works, AFAICT it’s using javascript to dive animations which we don’t support. Embedding the image as a gif works out of the box though.
The issue you link to reported a crash related to animate and that was fixed, but there’s no support added for animate at this time.