Difference between revisions of "Presentation effects"

From Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
< [[Visuals]], [[Interaction]]
+
< [[Presentations]]
  
 
===Steps===
 
===Steps===

Revision as of 17:00, 24 May 2020

< Presentations

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].