Replies: 3 comments 5 replies
-
|
Is this different from the built in animation engine? |
Beta Was this translation helpful? Give feedback.
-
|
Check how the attribution plug-in was implemented as a Quarto extension, it might help: https://github.com/quarto-ext/attribution. |
Beta Was this translation helpful? Give feedback.
-
|
I've been working on something like this for some time, and this issue brought me back to action. This is the extension: progressvg The main aim is to show SVG elements progressively. This is my normal workflow:
Then, in my QMD file, I just 'call' each object by its name (Inkscape label, or plain ID if the SVG file was not generated by Inkscape) Unfortunately, this extension does not animate (in the sense of moving objects around), but if you just want to show/hide parts of a SVG without having to brute-force slides (as I used to do), then this extension may be of some use to you. I hope it is useful! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I wonder how to go about animating different elements of SVG in a presentation. I tried adding the RevealAnimate plugin (https://github.com/rajgoel/reveal.js-plugins/tree/master/animate) but was not successful.
Any thoughts on this?
I really appreciate any help you can provide.
Beta Was this translation helpful? Give feedback.
All reactions