aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-03-05 14:07:59 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-03-05 14:07:59 +0100
commit4b888d87b7e030f73c20477d103b8b3c7ba6a651 (patch)
tree123d27998052100b38cb87216fd8d7f3e53d157d /README.md
parent5c24818b7e10831d7af613f55851493c702545c9 (diff)
parent773b5115a5b221a4b7f559c85d7a1fbaf9c201ae (diff)
downloadfosdem-2021-minimalism-presentation-4b888d87b7e030f73c20477d103b8b3c7ba6a651.tar
fosdem-2021-minimalism-presentation-4b888d87b7e030f73c20477d103b8b3c7ba6a651.tar.gz
add support for data-visibility='uncounted' #2543
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7091f9b..d069dd9 100644
--- a/README.md
+++ b/README.md
@@ -845,6 +845,11 @@ Reveal.addEventListener( 'somestate', function() {
}, false );
```
+### Slide Visibility
+When preparing a presentation it can sometimes be helpful to prepare optional slides that you may or may not have time to show. This is easily done by appending a few slides at the end of the presentation, however this means that the reveal.js progress bar and slide numbering will hint that there are additional slides.
+
+To "hide" those slides from reveal.js' numbering system you can add a `data-visibility` attribute to the slide like so `<section data-visibility="uncounted">`.
+
### Slide Backgrounds
Slides are contained within a limited portion of the screen by default to allow them to fit any display and scale uniformly. You can apply full page backgrounds outside of the slide area by adding a `data-background` attribute to your `<section>` elements. Four different types of backgrounds are supported: color, image, video and iframe.