powered by
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()
html_dependency_slide_tone()
An htmltools::tagList() with the slide tone dependencies, or an htmltools::htmlDependency.
htmltools::tagList()
use_slide_tone(): Adds slide tone to your xaringan slides.
use_slide_tone()
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() ```
tone.js
Run the code above in your browser using DataLab