diff options
| author | Jeremy Stanley <fungi@yuggoth.org> | 2015-07-22 20:45:26 +0000 |
|---|---|---|
| committer | James E. Blair <corvus@gnu.org> | 2015-07-25 09:12:20 -0700 |
| commit | 0bc1f9f2d89fe269d6a07df42025826c288775f3 (patch) | |
| tree | 37e42fb24664b00277b46ba31e4f8966d2288869 /example | |
| parent | ff07c4700e19cd3197fd8bac1ab8346b18aaaf15 (diff) | |
| download | presentty-0bc1f9f2d89fe269d6a07df42025826c288775f3.tar.gz presentty-0bc1f9f2d89fe269d6a07df42025826c288775f3.tar.xz presentty-0bc1f9f2d89fe269d6a07df42025826c288775f3.zip | |
Add a tilt transition
The tilt transition is like pan, only vertical instead of
horizontal.
Diffstat (limited to 'example')
| -rw-r--r-- | example/demo.rst | 17 |
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 @@ The following directives, when used at the top of the file, set default values for all slides: - This sets the transition style. Values are: 'dissolve', 'pan', or - 'cut'. The optional argument of 'duration' sets the duration of - the transition in seconds (0.4 seconds by default). The same - syntax may be used within a slide to override the transition for - that slide alone. + This sets the transition style. Values are: 'dissolve', 'pan', + 'tilt', or 'cut'. The optional argument of 'duration' sets the + duration of the transition in seconds (0.4 seconds by default). + The same syntax may be used within a slide to override thes + transition for that slide alone. .. transition:: dissolve :duration: 0.4 @@ -77,6 +77,13 @@ Pan Transition ...or "pan," where the slides appear horizontally adjacent and move right to left... +Tilt Transition +=============== +.. transition:: tilt + +...or "tilt," where the slides appear vertically adjacent and move +bottom to top... + Cut Transition ============== .. transition:: cut |
