% Animated set intersection
%
% The animations can only be viewed in Acrobat (Reader) v >= 6.
\documentclass{beamer}
\usepackage{animate}


\begin{document}

\begin{frame}
    \frametitle{Set intersection}
    \begin{center}
        % Set frame rate to 12 frames/sec. Load frames from setanim.pdf.
        % We will use all frames, so there is no need to specify a start
        % and end frame.
        \animategraphics[autoplay,palindrome]{12}{animations/setanim}{}{}
    \end{center}
\end{frame}
\end{document}