HOW TO CREATE A REVEAL.JS SLIDESHOW!

brought to me! if auto-play doesn't initialize, push the play button in the lower left corner!

Introduction and Motivation

Hi! Welcome to my slidedeck about well, how to create a slide deck! The features we will be analyzing include:

Auto-Scroll through the deck!

take a break, enjoy doge

interested in adding this cool feature to your slideshow? follow the steps below!:

in the first block of code the 'autoslide' field is the number of miliseconds between slides. If you wish to pause the feature at anytime, press 'A'


					Reveal.initialize({
					  autoSlide: 5000,
					  loop: true
						});  					
					

if you wish to time your slides, follow the step below pro-tip: no need to click, the lines will reveal themselves


					  

After 2 seconds the first fragment will be shown.

After 10 seconds the next fragment will be shown.

Now, the fragment is displayed for 2 seconds before the next slide is shown.

Transitions! & Animations!

Click on the next button or wait 5 seconds

Auto-slide

is always a

GREAT TIME!

thanks for reading through my presentation! Enjoy the rest of the day!