replace figures in revealjs #9384
-
DescriptionI use sequences of related figures for teaching, e.g. same figure with different highlighting / uncovering different parts
many times text / equations would change at the same time If found this post about it in revealjs: https://stackoverflow.com/questions/23608762/replace-image-in-reveal-js |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It's already possible use fragment/stack, see https://quarto.org/docs/presentations/revealjs/advanced.html. See for example #9383 (comment). |
Beta Was this translation helpful? Give feedback.
-
wow how did I miss this; thanks for the pointer! |
Beta Was this translation helpful? Give feedback.
It's already possible use fragment/stack, see https://quarto.org/docs/presentations/revealjs/advanced.html.
Beyond that, you can look at Reveal.js documentation and/or use any HTML/(S)CSS based tricks.
See for example #9383 (comment).