Skip to content

Commit 0cc7100

Browse files
author
Marcin Szczepanski
committed
Add rationale to README
1 parent c289639 commit 0cc7100

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
I wanted to show a small gallery inside a reveal.js presentation (slideshow within a slideshow - Inception!). This is a simple plugin that takes a list of images and converts it to an auto-advancing slideshow.
44

5+
## Why?
6+
7+
Why not?
8+
9+
Seriously though, could just do a sequence of regular slides with an auto-advance to get the same effect, so why not? Well first of all I didn't think of it until it was too late, and secondly this keeps the slide deck a bit neater. You can easily skip past the whole slideshow by using the keyboard controls, whereas with auto-advance you'd need to jump through all the slides.
10+
511
## Installing
612

713
* copy `gallery.plugin.js` to `plugins/gallery/gallery.plugin.js` in your reveal.js presentation

0 commit comments

Comments
 (0)