Skip to content
Discussion options

You must be logged in to vote

I managed to get the desired effect by inserting flow breaks (???) . . . before the notes (see below)

In the html presentation generated with the revised code

  • NOTE 1 is visible after fragment 2, until TEXT 2
  • NOTE 2 is visible after fragment 3

Flow breaks (. . .) are mentioned in the quarto documentation; I found out about them in Meghan Hall's Making Slides in Quarto with reveal.js

---
title: TEST
subtitle: _notes visibility in flow_
self-contained: true
embed-resources: true
engine: knitr
format: revealjs
---

```{=html}

<style>

.reveal .slides section .fragment.step-fade-in-then-out {
	opacity: 0;
	display: none; }
.reveal .slides section .fragment.step-fade-in-then-out.current-frag…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@mcanouil
Comment options

@trizniak
Comment options

Answer selected by trizniak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
revealjs Issues with the revealjs format
2 participants