Slides configuration - iamgio/quarkdown GitHub Wiki
The .slides
function allows overriding the default configuration of slides
documents. All its parameters are optional, and are:
Parameter | Description | Accepts | Default |
---|---|---|---|
center |
Whether content should be centered vertically. | Boolean |
Up to the current layout theme. |
controls |
Whether navigation controls should be shown. | Boolean |
true |
transition |
Transition style between slides. |
none , fade , slide , zoom
|
slide |
speed |
Transition speed between slides. Requires transition to be set. |
default , fast , slow
|
default |