-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using svg in reveal.js #1239
Comments
Hi, This how far i got: I can use fragment for incremental showing (I think). From some googling i did found that somehow i can use However this shows the complete figure and not only layer1... any pointers? |
Be careful if you add css to your embedded svg, mermaid-js/mermaid#157, https://www.fedux.org/articles/2015/05/08/embedded-css-in-svg-image.html |
Hi, you can check out this plugin for animated svg: You can find a small example from pull request #804 here: http://courses.telematique.eu/reveal.js-animate/index.html#/20 . In the example the animation is embedded in the svg-file. When advancing to the next fragment, the svg-animation is triggered. There is not much documentation for the plugin, but the source code in |
Great! Just for reference: the gist has been forked to a repo: https://github.com/csachs/reveal-svg-fragment. |
Hi,
I would like to animate (actually extend) a scheme made in svg.
How do I do this with reveal.js.
eg. start with a square, first progress would draw a new circle (in a different layer) and next progress draws a star (new layer) and remove the square.
Any pointers how to do this?
The text was updated successfully, but these errors were encountered: