-
Notifications
You must be signed in to change notification settings - Fork 7
Slides fragment
Giorgio Garofalo edited this page Oct 2, 2024
·
10 revisions
A fragment is an interactive section of a slide which may show or hide content when the user attempts to go to the next slide.
A fragment can be created via the .fragment
block function, which takes the content as a body argument, and also accepts an optional behavior
argument which can take any of the following:
Behavior name | Description |
---|---|
show (default) |
Starts invisible, fades in on interaction. |
hide |
Starts visible, fades out on interaction. |
semihide |
Starts visible, fade out to 50% on interaction. |
showhide |
Starts invisible, fades in on interaction, then out on the next interaction. |
If multiple fragments are present within the same slide, they are triggered in order.
- Syntax of a function call
- Declaring functions
- Dynamic typing
- Localization
- Including other Quarkdown files
- Importing external libraries
- Document metadata
- Theme
- Page format
- Page margin content
- Page counter
- Automatic page break
- Numbering
- Table of contents
- Stacks (row, column, grid)
- Align
- Container
- Box
- Collapsible
- Whitespace
- String
- Number
- Markdown content
- Boolean
- Enumeration entry
- Iterable
- Dictionary
- Range
- Lambda
- Size(s)
- Color
- Dynamic