continue auto-sliding through fragments on last slide #974
This commit is contained in:
		| @@ -3317,7 +3317,7 @@ | |||||||
| 			// - The presentation isn't paused | 			// - The presentation isn't paused | ||||||
| 			// - The overview isn't active | 			// - The overview isn't active | ||||||
| 			// - The presentation isn't over | 			// - The presentation isn't over | ||||||
| 			if( autoSlide && !autoSlidePaused && !isPaused() && !isOverview() && ( !Reveal.isLastSlide() || config.loop === true ) ) { | 			if( autoSlide && !autoSlidePaused && !isPaused() && !isOverview() && ( !Reveal.isLastSlide() || availableFragments().next || config.loop === true ) ) { | ||||||
| 				autoSlideTimeout = setTimeout( navigateNext, autoSlide ); | 				autoSlideTimeout = setTimeout( navigateNext, autoSlide ); | ||||||
| 				autoSlideStartTime = Date.now(); | 				autoSlideStartTime = Date.now(); | ||||||
| 			} | 			} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user