Questions tagged [animate]

a package for creating animations based on PDF or SVG and JavaScript. If your question does not specifically concern this package, use the more general {animations} tag instead.

400 questions
25
votes
2 answers

Exporting animation created with animate package

Consider the following minimal working example. It's great to have an animation in pdf format. But sometimes it would be good to be able to export it into an animated gif or something else (swf, video file, svg?). How do I achieve this? …
16
votes
4 answers

How to animate SVG paths as an animated PDF with animate?

I have a bunch of paths for a Kanji character and a simple one named test.svg is given as follows.
Display Name
  • 46,933
11
votes
1 answer

Typewriter Animation Using the 'Animate' Package

I wanted to do something similar like here: Improving typewriter animation But using the animate package. I managed to get a very poor…
8
votes
1 answer

Why does animategraphics no longer work?

Several decades ago I could compile the following code snippet with pdflatex -shell-escape main.tex to produce a PDF output with animation. % the filename is…
7
votes
0 answers

animate graphic with decreasing numbers and missing 0

I want to animate different png-files into one graphic in LaTeX. I use: \documentclass{beamer} \usepackage{graphicx} \usepackage{animate} \begin{document} \frame{ \frametitle{Monte Carlo Simulation - 22 trading days, 1000…
6
votes
1 answer

How to animate this project

I'm Brazilian, 18 years old and I have a final project in the first half in my university. I found here a code of one analog clock and I made a modification to create a speedometer. I wonder how I can animate with…
5
votes
0 answers

Removing mouse listener from animation

I'm trying to create an animation using the animateinline environment from the animate package. More precisely, I want to remove the mouse listener from the animation itself, so that it is controlled exclusively by the media buttons I place. (In…
steve
  • 2,154
4
votes
1 answer

Want to overlay multiple plots on top of each other

I've created multiple .pdf files with animations using the animation package in R. For example, I have these two…
Sanias
  • 43
3
votes
1 answer

Animations side by side controlled by one set of buttons

I am using animate package to create animations out of three sets of figures (the same number of images in each set). I would like to control all these three animations by one set of control buttons, located below them. Is there any way to do…
Mike
  • 31
3
votes
0 answers

Animating a sequence of .png images (no other questions helped)

I want to animate a series of images in my document, but I get the following error: ! Package animate Error: None of the files(animate) Monkey-0.pdf',(animate)... and this is my…
migueldva
  • 251
3
votes
1 answer

animate controls as part of the image

This is a "nice to have"-question, I guess: I'm using the animate package to show a sequence of software dialog screenshots. In getting through the series I added that useful but ugly looking controls panel (yes, I have tried different fg/bg-colors…
tobber
  • 31
3
votes
1 answer

Text is "Clipped" in Animation

I want to animate text and equations (no pictures) in LaTeX. I tried out the animate package, but I find that my text is often clipped at the top and bottom. Here is a minimal…
3
votes
1 answer

How to sync animated graphics with beamer next-slide click?

Using \animategraphics of the animate package, I would like to move from one image to the next by clicking on the next slide button instead of clicking on the image (as in script below).…
Francesco
  • 4,624
  • 4
  • 35
  • 66
2
votes
1 answer

How can I add "frame # of ##" to an animate object?

I have the following graphics in my document: \animategraphics[controls={step},width=\linewidth]{0}{picture}{0}{2} that let's the user to view or "scroll" over the three images picture0.png, picture1.png and picture2.png. Can I add some kind of a…
tush
  • 1,115
2
votes
1 answer

animate skips first frame after manual loop

I am trying to make an animation that requires a click before each successive frame is displayed. Further, it will loop back to the first frame upon clicking the last frame. MWE In this MWE, the user clicks on each frame to advance. Upon clicking…
Lucas
  • 309
1
2 3