Add demo of slide transition
diff --git a/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd b/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd
index 9e973d1..006c7e2 100644
--- a/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd
+++ b/inst/rmarkdown/templates/revealjs_presentation/skeleton/skeleton.Rmd
@@ -92,6 +92,12 @@
Also called an incremental reveal.
:::
-## Slide transition {data-transition="convex"}
+# Slide transition {data-transition="zoom"}
-COntent
\ No newline at end of file
+This slide was revealed with another slide transition set using `data-transition` attributes. You can also change this globally for all slides
+
+```yaml
+output:
+ revealjs::revealjs_presentation:
+ transition: zoom
+```
\ No newline at end of file