Replies: 2 comments
-
You can enable auto-animate using reveal.js slide attributes syntax—I've included an example below. This will only work with the built-in Markdown parser so I can't comment on if it's possible via other Markdown editors. <section data-markdown>
<script type="text/template">
<!-- .slide: data-auto-animate -->
- One
- Two
- Three
---
<!-- .slide: data-auto-animate -->
- Three
- Two
- One
</script>
</section> |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the quick reply! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there!
I'd like to write a presentation in markdown (like you can with hackmd.io) and use the auto-animate functionality. Is this possible? If so, how?
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions