summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Ammon2015-01-18 18:12:36 +0100
committerJohannes Ammon2015-01-18 18:12:36 +0100
commit420b6912d7ef004f3ced3cb89d95abf7a9ed1274 (patch)
tree0d082e4cdf3edc0fb1652076bbeac009a311a5ed /README.md
parent95bba5179fa422ec8bd3934a67929053b41ac5d8 (diff)
Adding one-sided transitions
Now the transition isn’t any more „per slide“ but „per movement of a slide“. So the slide can disappear in another way than it appeared.
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index 12ddea8..53c85c8 100644
--- a/README.md
+++ b/README.md
@@ -474,6 +474,27 @@ The global presentation transition is set using the ```transition``` config valu
</section>
```
+You can as well override only the appearing or the disappearing of the slide:
+
+```html
+<section data-transition="slide">
+ The train goes on …
+</section>
+<section data-transition="slide">
+ and on …
+</section>
+<section data-transition="slide-in fade-out">
+ and stops.
+</section>
+<section data-transition="fade-in slide-out">
+ (Passengers entering and leaving)
+</section>
+<section data-transition="slide">
+ And it starts again.
+</section>
+```
+
+
Note that this does not work with the page and cube transitions.