Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 | } |
-
Please register or login to post a comment