mirror of
https://github.com/Threnklyn/reveal-hugo.git
synced 2026-05-18 21:03:29 +02:00
1.4 KiB
1.4 KiB
+++ weight = 34 +++
Slide
Customize individual slide attributes like id, background color and transition. Use the same keys as Reveal.js but omit the 'data-' prefix.
{{% slide id="custom-1" transition="zoom" transition-speed="fast" %}}
Custom slide 1
{{%/* slide id="custom-1" transition="zoom" transition-speed="fast" */%}}
## Custom slide 1
{{%/* /slide */%}}
{{% /slide %}}
{{% slide id="custom-2" background="#FF4081" %}}
Custom slide 2
{{%/* slide id="custom-2" background="#FF4081" */%}}
## Custom slide 2
{{%/* /slide */%}}
{{% /slide %}}
💡 Tip: Setting a slide's id attribute makes it easy to link to from other parts of the presentation.
```markdown Go to [custom slide 1](#custom-1) ``` Go to [custom slide 1](#custom-1)
Slide attribute possibilities from the Reveal.js docs:
autoslidestatebackgroundbackground-colorbackground-imagebackground-sizebackground-positionbackground-repeat
background-videobackground-video-loopbackground-video-mutedbackground-interactivebackground-iframebackground-transitiontransition(can have different in and out transitions)transition-speednotes(can also use the note shortcode)timing
{{% section %}}
{{% slide content="home.example" /%}}
{{% /section %}}