Skip to content

Commit 7707c79

Browse files
authored
Merge pull request #12512 from quarto-dev/revealjs/background-transition
Add background-transition to revealjs header completion
2 parents 43c5296 + 8d8746a commit 7707c79

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/resources/editor/tools/attrs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,9 @@
448448
doc: Flags if the audio should be muted. Defaults to `false`.
449449
- value: 'background-iframe="$0"'
450450
doc: URL of the iframe to load
451+
- value: 'background-transition="$0"'
452+
doc: |
453+
Transition style for full page slide backgrounds (`none`, `fade`, `slide`, `convex`, `concave`, or `zoom`).
451454
- value: background-interactive
452455
doc:
453456
Include this attribute to make it possible to interact with the iframe contents.

0 commit comments

Comments
 (0)