You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/gmc/reference/slide_player.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,17 +80,16 @@ Queues the slide for playback at the beginning of the slide queue. This slide wi
80
80
81
81
Queues the slide for playback immediately. If an existing queued slide is playing, it will be removed immediately and this slide will play. The rest of the queued slides will follow after this slide is finished.
82
82
83
-
#### `remove`
83
+
#### `remove`:
84
84
85
-
: Removes the slide from the list of active slides. If this slide is
85
+
Removes the slide from the list of active slides. If this slide is
86
86
the highest priority slide that's currently showing, then the
87
87
next-highest priority slide will be shown in its place.
88
88
89
89
If a `transition_out:` setting is used, then that transition will be
90
90
used here.
91
91
92
-
For example, to remove *slide1* when the event *remove_slide_1* is
93
-
posted:
92
+
For example, to remove *slide1* when the event *remove_slide_1* is posted:
0 commit comments