跳到主要内容

item-by-item

item-by-item(start: 1, cont)(source)

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

Each item is revealed on a successive subslide. Items before start appear immediately; from subslide start, one additional item is revealed per subslide.

Example:

#item-by-item(start: 2)[
- first
- second
- third
]
Parameters

start : int    default: 1

The subslide on which the first item appears. Default is 1.

cont : content

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

Returns: content