aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJoel Brandt2013-01-16 12:49:10 -0800
committerJoel Brandt2013-01-16 12:49:10 -0800
commit082e4ed1686747d9472c4448dc4387084f6238e2 (patch)
treea3ae516015a8bbd32f8d54f59921e7fb66184e3d /README.md
parentfeaced800cdf47ebf93577ee1570974f096149d8 (diff)
implement a fade transition
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dfa4256..37ffa44 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ Reveal.initialize({
rollingLinks: true,
// Transition style
- transition: 'default' // default/cube/page/concave/zoom/linear/none
+ transition: 'default' // default/cube/page/concave/zoom/linear/fade/none
});
```