summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2015-07-22 20:45:26 +0000
committerJames E. Blair <corvus@gnu.org>2015-07-25 09:12:20 -0700
commit0bc1f9f2d89fe269d6a07df42025826c288775f3 (patch)
tree37e42fb24664b00277b46ba31e4f8966d2288869 /example
parentff07c4700e19cd3197fd8bac1ab8346b18aaaf15 (diff)
Add a tilt transition
The tilt transition is like pan, only vertical instead of horizontal.
Diffstat (limited to 'example')
-rw-r--r--example/demo.rst17
1 files changed, 12 insertions, 5 deletions
diff --git a/example/demo.rst b/example/demo.rst
index bafd9ba..c105e7d 100644
--- a/example/demo.rst
+++ b/example/demo.rst
@@ -2,11 +2,11 @@
2 The following directives, when used at the top of the file, set default 2 The following directives, when used at the top of the file, set default
3 values for all slides: 3 values for all slides:
4 4
5 This sets the transition style. Values are: 'dissolve', 'pan', or 5 This sets the transition style. Values are: 'dissolve', 'pan',
6 'cut'. The optional argument of 'duration' sets the duration of 6 'tilt', or 'cut'. The optional argument of 'duration' sets the
7 the transition in seconds (0.4 seconds by default). The same 7 duration of the transition in seconds (0.4 seconds by default).
8 syntax may be used within a slide to override the transition for 8 The same syntax may be used within a slide to override thes
9 that slide alone. 9 transition for that slide alone.
10 10
11 .. transition:: dissolve 11 .. transition:: dissolve
12 :duration: 0.4 12 :duration: 0.4
@@ -77,6 +77,13 @@ Pan Transition
77...or "pan," where the slides appear horizontally adjacent and move 77...or "pan," where the slides appear horizontally adjacent and move
78right to left... 78right to left...
79 79
80Tilt Transition
81===============
82.. transition:: tilt
83
84...or "tilt," where the slides appear vertically adjacent and move
85bottom to top...
86
80Cut Transition 87Cut Transition
81============== 88==============
82.. transition:: cut 89.. transition:: cut