summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/interaction/interaction-transitions.tex
blob: 1fd6701636b01572b56f775bcf0b258d7715c5a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
% language=us

\environment interaction-style

\startcomponent interaction-transitions

\startchapter[title={Page transitions}]

I'm not sure if this feature is still used but in the early days of \PDF\ support
in \TEX, users loved it. I never really used it myself. Page transitions only
make sense in presentations, and unfortunately the ones provided by the Acrobat
viewers are just ugly. Anyhow, one automatically gets them by saying:

\starttyping
\setuppagetransitions[random]
\stoptyping

This way one gets random transitions. Resetting transitions is done by:

\starttyping
\setuppagetransitions[reset]
\stoptyping

If needed one can specify transitions but I strongly advice against this, because
these commands are very viewer dependant, therefore: if in despair, use numbers!
By default, the next set is used, and one can access them by number,

\starttabulate[|c|l|]
\HL
\NC \bf number              \NC \bf transition effects        \NC\NR
\HL
\NC  1\quad 2               \NC \type{{split,in,vertical}}
                                \type{{split,in,horizontal}}  \NC\NR
\NC  3\quad 4               \NC \type{{split,out,vertical}}
                                \type{{split,out,horizontal}} \NC\NR
\NC  5\quad 6               \NC \type{{blinds,horizontal}}
                                \type{{blinds,vertical}}      \NC\NR
\NC  7\quad 8               \NC \type{{box,in}}
                                \type{{box,out}}              \NC\NR
\NC  9\quad10\quad11\quad12 \NC \type{{wipe,east}}
                                \type{{wipe,west}}
                                \type{{wipe,north}}
                                \type{{wipe,south}}           \NC\NR
\NC 13                      \NC \type{dissolve}               \NC\NR
\NC 14\quad15               \NC \type{{glitter,east}}
                                \type{{glitter,south}}        \NC\NR
\HL
\stoptabulate

The next settings are all valid:

\starttyping
\setuppagetransitions
\setuppagetransitions[1]
\setuppagetransitions[3,5,8,random]
\stoptyping

Valid setups are:

\setup{setuppagetransitions}

\stopchapter

\stopcomponent