aboutsummaryrefslogtreecommitdiff
path: root/default.revealjs
diff options
context:
space:
mode:
Diffstat (limited to 'default.revealjs')
-rw-r--r--default.revealjs10
1 files changed, 6 insertions, 4 deletions
diff --git a/default.revealjs b/default.revealjs
index c26837928..7e2a3b30e 100644
--- a/default.revealjs
+++ b/default.revealjs
@@ -86,10 +86,12 @@ $body$
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
- controls: true,
- progress: true,
- history: true,
- center: true,
+ controls: true, // Display controls in the bottom right corner
+ progress: true, // Display a presentation progress bar
+ history: true, // Push each slide change to the browser history
+ center: $if(center)$$center$$else$true$endif$, // Vertical centering of slides
+ maxScale: $if(maxScale)$$maxScale$$else$1.5$endif$, // Bounds for smallest/largest possible content scale
+ slideNumber: $if(slideNumber)$true$else$false$endif$, // Display the page number of the current slide
theme: $if(theme)$'$theme$'$else$Reveal.getQueryHash().theme$endif$, // available themes are in /css/theme
transition: $if(transition)$'$transition$'$else$Reveal.getQueryHash().transition || 'default'$endif$, // default/cube/page/concave/zoom/linear/fade/none