interaction-transitions.tex /size: 2113 b    last modification: 2023-12-21 09:43
1% language=us
2
3\environment interaction-style
4
5\startcomponent interaction-transitions
6
7\startchapter[title={Page transitions}]
8
9I'm not sure if this feature is still used but in the early days of \PDF\ support
10in \TEX, users loved it. I never really used it myself. Page transitions only
11make sense in presentations, and unfortunately the ones provided by the Acrobat
12viewers are just ugly. Anyhow, one automatically gets them by saying:
13
14\starttyping
15\setuppagetransitions[random]
16\stoptyping
17
18This way one gets random transitions. Resetting transitions is done by:
19
20\starttyping
21\setuppagetransitions[reset]
22\stoptyping
23
24If needed one can specify transitions but I strongly advice against this, because
25these commands are very viewer dependant, therefore: if in despair, use numbers!
26By default, the next set is used, and one can access them by number,
27
28\starttabulate[|c|l|]
29\HL
30\NC \bf number              \NC \bf transition effects        \NC\NR
31\HL
32\NC  1\quad 2               \NC \type{{split,in,vertical}}
33                                \type{{split,in,horizontal}}  \NC\NR
34\NC  3\quad 4               \NC \type{{split,out,vertical}}
35                                \type{{split,out,horizontal}} \NC\NR
36\NC  5\quad 6               \NC \type{{blinds,horizontal}}
37                                \type{{blinds,vertical}}      \NC\NR
38\NC  7\quad 8               \NC \type{{box,in}}
39                                \type{{box,out}}              \NC\NR
40\NC  9\quad10\quad11\quad12 \NC \type{{wipe,east}}
41                                \type{{wipe,west}}
42                                \type{{wipe,north}}
43                                \type{{wipe,south}}           \NC\NR
44\NC 13                      \NC \type{dissolve}               \NC\NR
45\NC 14\quad15               \NC \type{{glitter,east}}
46                                \type{{glitter,south}}        \NC\NR
47\HL
48\stoptabulate
49
50The next settings are all valid:
51
52\starttyping
53\setuppagetransitions
54\setuppagetransitions[1]
55\setuppagetransitions[3,5,8,random]
56\stoptyping
57
58Valid setups are:
59
60\setup{setuppagetransitions}
61
62\stopchapter
63
64\stopcomponent
65