Skip to content
David Russell edited this page Sep 6, 2016 · 2 revisions

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.

Clone this wiki locally