\documentclass{article}
\usepackage{movie15}
\usepackage{hyperref}
\begin{document}
\includemovie[inline=false]{5cm}{5cm}{Monopole_anim.gif}
\end{document}
I have typed the above, the gif animation is here https://en.wikibooks.org/wiki/Aeroacoustics/Acoustic_Sources#/media/File:Monopole_anim.GIF
But nothing is shown on the preview page (it is not an error), just completely blank.
animateworks with any document class. – AlexG Feb 28 '18 at 11:55convertcommand needs to be executed from the terminal on your local machine (the command is part of ImageMagick). If you are using Overleaf, you need to upload all of the 30 frames to be able to use them inside your document. – epR8GaYuh Feb 28 '18 at 12:41convertcommand, you can extract all the frames from the GIF file to use them for your animation inside the document afterwards. – epR8GaYuh Feb 28 '18 at 12:47