item-by-item
item-by-item(self: none, start: 1, cont)(source)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
Returns: content