Browse Source

fix issue where syncSlide would not run/play newly added background content

Hakim El Hattab 5 years ago
parent
commit
9ac654d584
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/reveal.js

+ 2 - 2
js/reveal.js

@@ -3067,11 +3067,11 @@
 		syncBackground( slide );
 		syncFragments( slide );
 
+		loadSlide( slide );
+
 		updateBackground();
 		updateNotes();
 
-		loadSlide( slide );
-
 	}
 
 	/**