Skip to main content

item-by-item

Display list, enum, or terms items one by one with animation.

Each item is revealed on a successive subslide. By default (start: auto), revealing is relative to the current pause position. start also accepts a waypoint label or marker to anchor the reveal sequence. From the anchor one additional item is revealed per subslide.

Example:

#show: simple-theme.with(aspect-ratio: "16-9")
= Slide
#item-by-item[
- first
- second
- third
]
Parameters

start : auto | int | label | dictionary    default: 1

The subslide on which the first\n/// item appears. Resolved from a waypoint when a label or marker is given.

cont : content

The content containing a list, enum, or terms element.

Returns: content