Documentation
Updated documentation to match new transition and theme options, and new background_transition param
diff --git a/man/revealjs_presentation.Rd b/man/revealjs_presentation.Rd
index b97422e..b9544fe 100644
--- a/man/revealjs_presentation.Rd
+++ b/man/revealjs_presentation.Rd
@@ -1,4 +1,5 @@
-% Generated by roxygen2 (4.0.2): do not edit by hand
+% Generated by roxygen2 (4.1.0): do not edit by hand
+% Please edit documentation in R/revealjs_presentation.R
\name{revealjs_presentation}
\alias{revealjs_presentation}
\title{Convert to a reveal.js presentation}
@@ -6,9 +7,10 @@
revealjs_presentation(incremental = FALSE, center = FALSE, fig_width = 8,
fig_height = 6, fig_retina = if (!fig_caption) 2, fig_caption = FALSE,
smart = TRUE, self_contained = TRUE, theme = "default",
- transition = "default", highlight = "default", mathjax = "default",
- template = "default", includes = NULL, keep_md = FALSE,
- lib_dir = NULL, pandoc_args = NULL, ...)
+ transition = "default", background_transition = "default",
+ highlight = "default", mathjax = "default", template = "default",
+ includes = NULL, keep_md = FALSE, lib_dir = NULL, pandoc_args = NULL,
+ ...)
}
\arguments{
\item{incremental}{\code{TRUE} to render slide bullets incrementally. Note
@@ -41,11 +43,14 @@
contained documents MathJax is still loaded externally (this is
necessary because of it's size).}
-\item{theme}{Visual theme ("default", "simple", sky", "beige", "serif", or
-"solarized").}
+\item{theme}{Visual theme ("default", "simple", "sky", "beige", "serif",
+"solarized", "blood", "moon", "night", "black", "league" or "white").}
-\item{transition}{Slide transition ("default", "cube", "page", "concave",
-"zoom", "linear", "fade", or "none")}
+\item{transition}{Slide transition ("default", "none", "fade", "slide",
+"convex", "concave" or "zoom")}
+
+\item{background_transition}{Slide background-transition ("default", "none", "fade", "slide",
+"convex", "concave" or "zoom")}
\item{highlight}{Syntax highlighting style. Supported styles include
"default", "tango", "pygments", "kate", "monochrome", "espresso",