aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2017-05-16 15:31:05 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2017-05-16 15:31:05 +0200
commit9e013ccbb2415bcf8a7a7c7926263bdf980bfa8f (patch)
treef06ba03bc88ea5572fc10d68c2db20273f394f08 /README.md
parent617c17be3c33991f4fa047d7c5da027d6e74d280 (diff)
downloadfosdem-2018-presentation-9e013ccbb2415bcf8a7a7c7926263bdf980bfa8f.tar
fosdem-2018-presentation-9e013ccbb2415bcf8a7a7c7926263bdf980bfa8f.tar.gz
in/out transitions for controls
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7ec759a..cd5dcbf 100644
--- a/README.md
+++ b/README.md
@@ -181,9 +181,20 @@ At the end of your page you need to initialize reveal by running the following c
```javascript
Reveal.initialize({
- // Display controls in the bottom right corner
+ // Display presentation control arrows
controls: true,
+ // Hint at where the user can navigate, for example by animating
+ // the down arrow when we first encounter a vertical slide
+ controlsHints: true,
+
+ // Determines where controls appear, "edges" or "bottom-right"
+ controlsLayout: 'bottom-right',
+
+ // Visibility rule for backwards navigation arrows; "faded", "hidden"
+ // or "visible"
+ controlsBackArrows: 'faded',
+
// Display a presentation progress bar
progress: true,