shorter 0.2s scroll-to animation, helps to reduce frustration from being prevented from scrolling
This commit is contained in:
parent
d6aa708294
commit
3a3651a999
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ var $sitehead = $("#site-head");
|
|||
$(".fn-item").click(function () {
|
||||
var postId = $(this).data("post-id");
|
||||
var s = $("#" + postId);
|
||||
srcTo(s, 400);
|
||||
srcTo(s, 200);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue