Skip to content

Commit

Permalink
Add demo slides in scroll mode as example
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Oct 18, 2024
1 parent 2433c2b commit 0228b3a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/presentations/revealjs/presenting.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,16 @@ You can enable Overview Mode by pressing the {{< kbd O >}} key.

Reveal presentations can be presented in [Scroll View](https://revealjs.com/scroll-view/) with vertically scrolled navigation instead of Slides. This is a new view mode introduced in Revealjs 5. It is always available in presentations as an alternative view mode (like [Print view](#print-to-pdf)), and it will be used as the default view on small screens (e.g. viewing a presentation on a mobile).

Our demo presentation can be seen [in scroll view mode](https://{{< meta prerelease-subdomain >}}quarto.org/docs/presentations/revealjs/demo/?view=scroll) and below

<div>

```{=html}
<iframe class="slide-deck" src="demo/index.html?view=scroll"></iframe>
```

</div>

### Entering Scroll View {#scroll-view-toggle}

To enter Scroll View , do one the following:
Expand Down

0 comments on commit 0228b3a

Please sign in to comment.