slides

.slides center:{Boolean? = null} \
controls:{Boolean? = null} \
speakernotes:{Boolean? = null} \
transition:{Transition.Style? = null} \
speed:{Transition.Speed = Transition.Speed.DEFAULT}
-> Node

Sets global properties that affect the behavior of a 'slides' document.

Return

a new SlidesConfigurationInitializer node

Parameters

center

whether slides should be centered vertically

controls
  • Optional

whether navigation controls should be shown

speakernotes
  • Optional

whether speaker notes should be shown when not in speaker view

transition
  • Optional

global transition style between slides

Values

  • none
  • fade
  • slide
  • zoom
speed
  • Optional

global transition speed between slides

Values

  • default
  • fast
  • slow

Wiki page

slides-configuration

Target

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