2
1

add fade transition and speaker-note

This commit is contained in:
2024-05-18 14:22:59 +02:00
parent e0b90f4d17
commit 7c423edd3b
4 changed files with 27 additions and 0 deletions

View File

@ -6,6 +6,7 @@
subtitle: none,
authors: [],
date: none,
duration: none,
doc,
) = {
@ -19,6 +20,21 @@
color: rgb("#ea366a"),
)
if duration != none{
pdfpc.config(
duration-minutes: duration,
default-transition: (
type: "fade",
)
)
} else {
pdfpc.config(
default-transition: (
type: "fade",
)
)
}
title-slide(
title: [#title],
subtitle: [#subtitle],