Tagged Questions
4
votes
1answer
284 views
How to loop through a list of tikzpicture within animateinline?
I have the following code which uses animateinline and several tikzpicture for it's animation effects:
\documentclass{beamer}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usepackage{ifthen}
...