Replies: 1 comment 4 replies
-
If you don't set anything about positions, how Reveal.js would know what to do? I suggest to read the simple documentation: https://quarto.org/docs/presentations/revealjs/advanced.html#auto-animate and for more advanced look at https://revealjs.com/auto-animate/ For example start by modifying one of the examples:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I want to make an animation where the text "ABCfooDEF" is transformed to "ABCbarbarDEF", with "DEF" moving right and "foo" being replaced by "barbar" somehow (fading or anything).
I tried specifying which text object was which with the
data-id
attribute, but I can't seem to make it work:Does anyone know if this is doable? I tried more simple case scenarios where I just add some text before a given word (like "bar" one a slide and "foo bar" on the next one) and couldn't make it work either!
Beta Was this translation helpful? Give feedback.
All reactions