Sfoglia il codice sorgente

fix slide transitions in iOS

Hakim El Hattab 11 anni fa
parent
commit
fa2413ec73
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      js/reveal.js

+ 1 - 1
js/reveal.js

@@ -2026,7 +2026,7 @@
 
 			// Limit view distance on weaker devices
 			if( isMobileDevice ) {
-				viewDistance = isOverview() ? 6 : 1;
+				viewDistance = isOverview() ? 6 : 2;
 			}
 
 			// Limit view distance on weaker devices