Replies: 1 comment
-
|
I don't think you can or you would likely need some advanced hack using JavaScript. The easy thing to try first would be to set the |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I have a slide in a revealjs presentation with several fragments and an incremental list (example below).
Ideally, the speaker notes should be visible at specific moments, as mentioned in the text of each of them (e.g., NOTE 1 to be visible after fragment 2, until TEXT 2 appears).
Second best would be the notes being visible as long as the slide unfolds, until the next slide is on screen.
Instead :
Originally, there was a single note - which I expected to be visible until the next slide, but disappeared when fragment 1
appears.
I then split it in two notes, in different and varied positions, but did not manage to get the expected result.
Additional info
Beta Was this translation helpful? Give feedback.
All reactions