Default dynamics | |
PPresenter Manual Dynamic default
|
Portable Presenter currently has only
one style of dynamics: the default. The formatter provides the user with a way to specify dynamics on part of text and images. The formatter passes these strings to this module, which interprets the string into a program which can be run when the slide-view is being displayed. OptionsThe Dynamic/Default style-element contains the following options:
SyntaxThe exact syntax is one string containing:[phase-spec][after secs][from|to dir [secs]][appear|disappear]
ExamplesThe formatter in use calls this module to translate a string into a program. For instance, if you use the markup, you can specify:<A SHOW="after 5 from ne">some text</A>which results in a call for this module with the string " after 5 from ne ". This module translates this into a
command for the program, which will
result in the effect that
Other examples: phase 2-3 phase -4 after 2.3 to s 8.45 phase 3 disappear Portable Presenter is written and maintained by Mark Overmeer. Copyright (C) 2000-2002, Free Software Foundation FSF. |