浏览代码

remove delay from url update #530

Hakim El Hattab 11 年之前
父节点
当前提交
5cb9a58938
共有 2 个文件被更改,包括 4 次插入5 次删除
  1. 3 4
      js/reveal.js
  2. 1 1
      js/reveal.min.js

+ 3 - 4
js/reveal.js

@@ -1338,10 +1338,6 @@ var Reveal = (function(){
 			activateOverview();
 		}
 
-		// Update the URL hash after a delay since updating it mid-transition
-		// is likely to cause visual lag
-		writeURL( 1500 );
-
 		// Find the current horizontal slide and any possible vertical slides
 		// within it
 		var currentHorizontalSlide = horizontalSlides[ indexh ],
@@ -1413,6 +1409,9 @@ var Reveal = (function(){
 		updateProgress();
 		updateBackground();
 
+		// Update the URL hash
+		writeURL();
+
 	}
 
 	/**

文件差异内容过多而无法显示
+ 1 - 1
js/reveal.min.js


部分文件因为文件数量过多而无法显示