-
Notifications
You must be signed in to change notification settings - Fork 0
Auto Slide Setting
The Auto Slide Setting
gives you the ability to configure your slideshow to progress through slides automatically, without requiring any user interaction.
For example, to configure your slideshow presentation to automatically progress between slides every 5 seconds (5000ms), just add the following entry to your PITCHME.yaml file:
autoslide : 5000
As soon as the PITCHME.yaml is pushed to your Git repo your slideshow will begin to auto-slide once rendered.
If you need to change the auto-slide delay for individual slides within your presentation, for example if a specific slide would benefit from a longer viewing time, you can add the following syntax to the start of the slide in your PITCHME.md:
#HSLIDE
<!-- .slide: data-autoslide="10000" -->
In this example, the individual slide would remain visible for 10 seconds while all other slides in the slideshow would remain visible for just 5 seconds as determined by the Auto Slide Setting
.
####GitPitch Wiki TOC
####Slideshow Basics
####Slideshow Slide Types
####Slideshow Look and Feel
- Slideshow Settings
- Theme Setting
- Background Setting
- Logo Setting
- Highlight Setting
- Math Notation Setting
- Vertical Center Setting
- Slideshow Custom CSS
####Slideshow Behavior
####Slideshow Controls
####GitPitch Social
####Appendix