fragment

.fragment behavior:{SlidesFragment.Behavior = SlidesFragment.Behavior.SHOW} content:{MarkdownContent} -> Node

Creates an element that, when used in a slides document, shows its content when the user attempts to go to the next slide. Multiple fragments in the same slide are shown in order on distinct user interactions.

Return

the fragment node

Parameters

behavior

visibility type of the fragment and how it reacts to user interactions

Values

content

content to show/hide

Target

This function is only available for the following document types: slides.