Difference between revisions of "Presentation effects"

From Wiki
Jump to navigation Jump to search
m (Text replacement - "<cmd>" to "{{cmd|")
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
< [[Visuals]], [[Interaction]]
 
 
 
===Steps===
 
===Steps===
  
 
Often you'd like to step through some elements of one "slide" (presentation page).
 
Often you'd like to step through some elements of one "slide" (presentation page).
  
You can use <cmd>FlushStep</cmd> after each element (text line, table cell...):
+
You can use {{cmd|FlushStep}} after each element (text line, table cell...):
 
<texcode>
 
<texcode>
 
\usemodule[pre-61]
 
\usemodule[pre-61]
Line 26: Line 24:
 
'''Remarks:'''
 
'''Remarks:'''
 
* This should work (again) since 2004-08-05 (Hans posted a patch on the mailing list)
 
* This should work (again) since 2004-08-05 (Hans posted a patch on the mailing list)
* There once was <cmd>presentationstep</cmd> that never really seemed to work...
+
* There once was {{cmd|presentationstep}} that never really seemed to work...
  
 
===Page Effects===
 
===Page Effects===
Line 46: Line 44:
 
To see page transitions, turn Acrobat into full-screen mode (Ctrl+L). Don't forget to turn on the interaction <tt>\setupinteraction[state=start]</tt>.
 
To see page transitions, turn Acrobat into full-screen mode (Ctrl+L). Don't forget to turn on the interaction <tt>\setupinteraction[state=start]</tt>.
  
 +
[[Category:Layout]]
 +
[[Category:Interaction]]
 
[[Category:Presentation]]
 
[[Category:Presentation]]

Latest revision as of 13:25, 9 August 2020

Steps

Often you'd like to step through some elements of one "slide" (presentation page).

You can use \FlushStep after each element (text line, table cell...):

\usemodule[pre-61]

\starttext

\StartSteps

\starttabulate
\NC test \FlushStep \NC test \FlushStep \NC \NR
\NC test \FlushStep \NC test \FlushStep \NC \NR
\NC test \FlushStep \NC test \FlushStep \NC \NR
\stoptabulate

\StopSteps

\stoptext

Remarks:

  • This should work (again) since 2004-08-05 (Hans posted a patch on the mailing list)
  • There once was \presentationstep that never really seemed to work...

Page Effects

You can address Acrobat's built in browsing effects like this:

\setuppagetransitions[random]

or

\setuppagetransitions[wipe,south]


Have a look at \def\pagetransitions in spec-fdf.tex for available options.

This setting is overruled by Acrobat's settings and doesn't work with every version of Acrobat (Reader) and will probably never work with any other PDF viewer.

To see page transitions, turn Acrobat into full-screen mode (Ctrl+L). Don't forget to turn on the interaction \setupinteraction[state=start].