slide_tone | R Documentation |
Slide tone plays a subtle sound when you change slides.The tones increase in pitch for each slide from a low C to a high C note. The tone pitch stays the same for incremental slides.
use_slide_tone()
html_dependency_slide_tone()
An htmltools::tagList()
with the slide tone dependencies, or an
htmltools::htmlDependency.
use_slide_tone()
: Adds slide tone to your xaringan slides.
html_dependency_slide_tone()
: Returns an htmltools::htmlDependency with the tile
view dependencies. Most users will want to use use_slide_tone()
.
To add slide tone to your xaringan presentation, add the following code chunk to your slides' R Markdown file.
```{r xaringan-slide-tone, echo=FALSE} xaringanExtra::use_slide_tone() ```
use_slide_tone()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.