I have an SVG file with multiple, sequential animations (1. an arrow appears from left to right; 2. a tirangle grows while changing color; 3. the triangle now shrinks).
I want to include the animated SVG file in my quarto presentation (in a single slide), but I do not know how to control the sequence of the animations.
I tried several things, but I can’t figure it out. In my previous iterations, when I reached the slide that contains the animated SVG, I got one of these situations:
A) all the animation is already finished, or
B) I have to manually go to my touchpad and click into the SVG image to get the animation started (which is not what I want: I need to advance the presentation using only the usual spacebar/arrows keys).
I found many examples of how to show animated SVGs in quarto but for some reason they all include a single animation, not a sequence of events controlled by the presentation workflow.
I need more of a ppt-like slide if you will, where different objects can be animated one by one, triggered by the same default keys in all cases.