Questions tagged [animations]
{animations} is about creating or including animations in (La)TeX documents.
454 questions
5
votes
1
answer
147
views
Epicycle and deferent of the Ptolemaic model
About 15 years ago, I had created a drawing using GeoGebra that looks similar to the attached image.
The source .ggb file from GeoGebra is available here, and I'm happy to share it with anyone ...
3
votes
0
answers
102
views
How to make/structure/organize TikZ Animations (SMIL)?
I recently started experimenting with the Animations library from TikZ to see if it is viable as an alternative to Manim for simple diagram animations. Today I attempted to replicate the GIF bellow as ...
4
votes
1
answer
137
views
Is there a way to embed animated svg in dvisvgm export?
Important: This is an academic question, so no MWE can be provided (at least at this point in time).
Preamble
After looking into the media4svg package for inclusion of videos into the svg export of a ...
1
vote
2
answers
78
views
Animating slices of a donut to sequentially appear in beamer
I want to create a donut plot and animate it so that the slices fade sequentially (so like in the example below, I would like proteins to appear first followed by fats and then sugars in sequence). So ...
0
votes
1
answer
77
views
Add animations in bullet points on click
I would like to add animations to a beamer presentation. I have the following code which is some itemization that I have created:
\documentclass[xcolor=table, aspectratio=43]{beamer}
\usepackage{...
4
votes
1
answer
161
views
Animating while keeping previous frames
I want to use the animate package to make an animation such that each new frame is overlayed on top of all previous frames. The reason for this is that the computation required for each frame gets a ...
2
votes
1
answer
176
views
Animating Discrete convolution in TIKZ
I am trying to animate a discrete convolution using TIKZ. So far, I have successfully drawn one instance of the process, but I want to animate the entire process in TikZ. I am attaching a Minimal ...
1
vote
2
answers
128
views
Compiling a Animation in a Beamer-Xelatex
I am trying to use an animation in my Beamer presentation using XeLaTeX compilation.
Specifically, I am trying to include this animation into a Beamer theme: "The Nord Beamer Theme", which ...
0
votes
0
answers
20
views
Is it possible to save beamer overlay as an animated image? [duplicate]
Is there a way to convert a beamer overlay into an animated image?
If yes, how to do it for only part of the frame or a tikzpicture alone?
The format of the animated image could be gif, apng, webp or ...
5
votes
1
answer
275
views
Intersection of rotating lines in TikZ
I'm doing a presentation on Beamer about Maclaurin's trissectriz and I want to show the intersection point between the two rotating lines. Here's my code so far.
\usepackage{animate}
\usepackage{tikz}
...
7
votes
2
answers
1k
views
Wonderful animations on a YouTube channel made with LaTeX
I have discovered a YouTube channel,
https://www.youtube.com/channel/UCJflS1UnbcNchcaqn3oOk5g
that publishes truly fascinating videos in which mathematical concepts are explained through spectacular ...
2
votes
1
answer
175
views
How to modify an animation made with the animate package with (external) JavaScript?
The documentation of the animate package states in chapter 7, on page 15:
The package provides a simple JavaScript programming interface which gives access
to the animation objects in a PDF file. A ...
2
votes
2
answers
237
views
TikZ Objects are misplaced when converting to animated svg via dvisvgm
The goal is to have an animation that displays a text one character at at time. The following MWE produces only somewhat the desired result:
\documentclass[dvisvgm, aspectratio=169]{beamer}
\...
2
votes
1
answer
108
views
Issues with animation spacing/stretching in Beamer
I'm working on animating a red circle moving around a yellow circle in beamer, while simultaneously tracking the elapsed time, angle turned, and completed cycles. However, I'm encountering a few ...
0
votes
1
answer
77
views
Tikz figures in External Files
I have a tikz figure in an external file which has animations (overlays) as shown below:
\documentclass{standalone}
\usepackage{tikz}
\begin{document}
\begin{tikzpicture}
\node<1> at (0,0) ...