Revealjs: Is it possible to disable fragments on a single slide? #7509
-
DescriptionI have fragments enabled in my revealjs presentation. However, for some slides I'd like to disable fragments manually. Is this possible with Quarto? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
How did you enable fragments ? Fragments can be added on a per-content basis if you need to have them only for some part: https://quarto.org/docs/presentations/revealjs/advanced.html#fragments You may be refererring to Tips for next time: Thank you! |
Beta Was this translation helpful? Give feedback.
-
Perfect, thank you, that works! Just to note that ideally .nonincremental could also be added to an entire slide
but specifying it for each list does the job as well. And sorry, a MRE would have been useful, and, as I realized, would have clarified the misconception giving rise to my question to begin with. |
Beta Was this translation helpful? Give feedback.
How did you enable fragments ?
Fragments can be added on a per-content basis if you need to have them only for some part: https://quarto.org/docs/presentations/revealjs/advanced.html#fragments
You may be refererring to
incremental
feature for List though: https://quarto.org/docs/presentations/revealjs/#incremental-listsIn that case, look at the doc link above for the
.nonincremental
class.Tips for next time:
Sharing a .qmd example helps know what you are really talking about to answer correctly without much guessing.
Thank you!