diff --git a/index.html b/index.html index 929d59d..467813c 100644 --- a/index.html +++ b/index.html @@ -131,6 +131,19 @@ That's the wrapper for your presentation steps. In this element all the impress.js magic happens. It doesn't have to be a `
`. Only `id` is important here as that's how the script find it. + You probably won't need it now, but there are some configuration options that can be set on this element. + + To change the duration of the transition between slides use `data-transition-duration="2000"` giving it + a number of ms. It defaults to 1000 (1s). + + You can also control the perspective with `data-perspective="500"` giving it a number of pixels. + It defaults to 1000. You can set it to 0 if you don't want any 3D effects. + If you are willing to change this value make sure you understand how CSS perspective works: + https://developer.mozilla.org/en/CSS/perspective + + But as I said, you won't need it for now, so don't worry - there are some simple but interesing things + right around the corner of this tag ;) + -->
@@ -225,6 +238,26 @@

and tiny ideas

+

by positioning, rotating and scaling them on an infinite canvas

@@ -270,6 +303,9 @@ are exactly the same; * `data-scale` -- defines the scale of step element; default value is 1 + These values are used by impress.js in CSS transformation functions, so for more information consult + CSS transfrom docs: https://developer.mozilla.org/en/CSS/transform + -->
@@ -329,7 +365,7 @@ if ("ontouchstart" in document.documentElement) {