Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9ac90b commit bb36447Copy full SHA for bb36447
websites/code/studygolang/static/js/index.js
@@ -1,4 +1,4 @@
1
-var interval = 3000; //两次滚动之间的时间间隔
+var interval = 5000; //两次滚动之间的时间间隔
2
var stepsize = 28; //滚动一次的长度,必须是行高的倍数,这样滚动的时候才不会断行
3
var objInterval = null;
4
0 commit comments