slides

.slides center:{Boolean? = null}
controls:{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 wrapped SlidesConfigurationInitializer node

Parameters

center

whether slides should be centered vertically

controls

whether navigation controls should be shown

transition

global transition style between slides

Values

speed

global transition speed between slides

Values

Target

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