-
Notifications
You must be signed in to change notification settings - Fork 182
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
Animated Diagrams #53
Comments
Awesome. Would be great to offer gif or animated SVG export as a result. Perhaps even an embedded js code that could do the animation just by pasting the <script/> code. |
This looks amazing...If we can simply embed such drawings in the web, that would be great if export in gif/SVG is resource intensive |
@cadbox1 Have you found a similar tool? I see potential using it with Reveal.js or reveal-md https://github.com/amra/reveal-md-scripts/tree/master/mermaidjs |
@cadbox1 I am unsure how to interpret the 👀 reaction (to my previous comment). Would you please explain it to me? 😅 |
hey @maiermic haha good question. I haven't found a similar tool but reveal-md looks really cool so I guess that's what I was meaning by the eyes. |
Reveal.js does support animations (e.g. using fragments). Therefore, you need to add attributes (e.g. the class PS: I just realized that the organization/repository moved to https://github.com/mermaid-js/mermaid-live-editor. I'm not sure if this issue is still watched by maintainers. Edit: According to this comment
|
Alternatively you can simply apply any styling to the SVG in a HTML context like RevealJS. Here is an example which gives you 100% control. |
Is anyone interested in animated diagrams?
I was reading this hackernews thread to find a tool that can create beautiful, animated diagrams like the sequence diagram at Git LFS but didn't really find a tool in the comments that could handle the animation part.
I love Mermaid especially the live editor, making it easy to share diagrams with just a link but I think some larger diagrams can be a bit overwhelming and animations might be able to help with this.
I've created a proof of concept to explore the idea here.
And here's a large sequence diagram.
Looking forward to some feedback, or finding a similar tool to achieve this.
The text was updated successfully, but these errors were encountered: