reorganize config options
This commit is contained in:
		| @@ -198,9 +198,6 @@ Reveal.initialize({ | |||||||
| 	// Display a presentation progress bar | 	// Display a presentation progress bar | ||||||
| 	progress: true, | 	progress: true, | ||||||
|  |  | ||||||
| 	// Set default timing of 2 minutes per slide |  | ||||||
| 	defaultTiming: 120, |  | ||||||
|  |  | ||||||
| 	// Display the page number of the current slide | 	// Display the page number of the current slide | ||||||
| 	slideNumber: false, | 	slideNumber: false, | ||||||
|  |  | ||||||
| @@ -259,6 +256,11 @@ Reveal.initialize({ | |||||||
| 	// Use this method for navigation when auto-sliding | 	// Use this method for navigation when auto-sliding | ||||||
| 	autoSlideMethod: Reveal.navigateNext, | 	autoSlideMethod: Reveal.navigateNext, | ||||||
|  |  | ||||||
|  | 	// Specify the average time in seconds that you think you will spend | ||||||
|  | 	// presenting each slide. This is used to show a pacing timer in the | ||||||
|  | 	// speaker view | ||||||
|  | 	defaultTiming: 120, | ||||||
|  |  | ||||||
| 	// Enable slide navigation via mouse wheel | 	// Enable slide navigation via mouse wheel | ||||||
| 	mouseWheel: false, | 	mouseWheel: false, | ||||||
|  |  | ||||||
|   | |||||||
| @@ -135,6 +135,11 @@ | |||||||
| 			// Use this method for navigation when auto-sliding (defaults to navigateNext) | 			// Use this method for navigation when auto-sliding (defaults to navigateNext) | ||||||
| 			autoSlideMethod: null, | 			autoSlideMethod: null, | ||||||
|  |  | ||||||
|  | 			// Specify the average time in seconds that you think you will spend | ||||||
|  | 			// presenting each slide. This is used to show a pacing timer in the | ||||||
|  | 			// speaker view | ||||||
|  | 			defaultTiming: null, | ||||||
|  |  | ||||||
| 			// Enable slide navigation via mouse wheel | 			// Enable slide navigation via mouse wheel | ||||||
| 			mouseWheel: false, | 			mouseWheel: false, | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user