Authored by xuqi

加快scroll速度

@@ -44,7 +44,7 @@ exports.init = function() { @@ -44,7 +44,7 @@ exports.init = function() {
44 if (!isInit) { 44 if (!isInit) {
45 $('body').animate({ 45 $('body').animate({
46 scrollTop: container.offset().top 46 scrollTop: container.offset().top
47 - }, 800); 47 + }, 400);
48 } else { 48 } else {
49 isInit = false; 49 isInit = false;
50 } 50 }