1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-06 14:47:04 +02:00

resume auto-sliding when autoSlide config value changes

This commit is contained in:
Hakim El Hattab
2013-10-17 09:17:30 -04:00
parent cfb78d2ee8
commit 68318407a8
2 changed files with 3 additions and 2 deletions

View File

@@ -582,6 +582,7 @@ var Reveal = (function(){
} );
autoSlidePlayer.on( 'click', onAutoSlidePlayerClick );
autoSlidePaused = false;
}
else if( autoSlidePlayer ) {
autoSlidePlayer.destroy();

4
js/reveal.min.js vendored

File diff suppressed because one or more lines are too long