If an element has class=incremental
or class=overlay
, its children will be displayed one
at a time. The keys (space, arrow keys), clicks or gestures that
normally advance to the next slide instead cause the next child to
be displayed, until all of them are visible, after which the
navigation continues to the next slide. Example:
Incremental display can also be done by
setting class=next
on all elements that should be
unveiled one by one. Example
class=next
, is always visible.
In this case the elements don't have to be children of the same parent.
Event | Effect |
---|---|
‘A’, double click, 3-finger touch | Enter slide mode |
‘A’, esc | Leave slide mode |
→, ↓, spacebar, left click | Next slide or incremental element |
page down, swipe right | Next slide |
←, ↑, page up, swipe left | Previous slide |
home, end | First, resp. last slide |
F1, F | Toggle full-screen |
C | Table of contents |
? | Show available commands |
An example of a numbered list:
An example of an unordered list:
Words can be given a strong emphasis, which makes them appear in bold
The normal emphasis has a highlighter effect.
Code looks like this: if (a) return b;
This is an example of a note, in a smaller font
Combining class=incremental with class=in-place yields elements that are displayed one by one, with each one replacing the previous. Example:
(class=overlay is an alias for class=incremental.)
It seems the famous ‘lorem ipsum’ is based on a text by Cicero, but with the lines mixed up. On a Cicero by the text, it seems the ‘ipsum lorem’ is famous based with lines but mixed up.
And again, with class ‘slide side right’.
It seems the famous ‘lorem ipsum’ is based on a text by Cicero, but with the lines mixed up. On a Cicero by the text, it seems the ‘ipsum lorem’ is famous based with lines but mixed up.
Children of an element with a class of ‘columns’ are distributed over two columns
This is the second child, which goes into the right column
And this is the third one. Left column again.
Etc.
Lines in a PRE can be numbered (automatically) * Give the PRE a class of "numbered" * Works for up to 20 lines (depending on font size) six seven eight nine ten eleven
Careful, some images make the text hard to read!
Careful, some images make the text hard to read!
Takahashi method
Animated
Don't use this too often!
Animated
Don't use this too often!
The style sheet predefines several transitions: fade-in, slide-in, move-left, etc.
A transition can be set globally, applying to all slides; or locally, applying only to the transtion between this slide and the next.