This commit is contained in:
chiu 2021-09-02 13:38:43 +08:00
parent 929b449b3e
commit f286c6a2eb
1 changed files with 1 additions and 1 deletions

View File

@ -805,7 +805,7 @@ function transdate(){
var theTop = $('.layout-content-inner.container').offset().top-$(".kenjohn").position().top-$(".kenjohn").height()+10;
$("html, body").animate({
scrollTop: theTop }, {duration: 500,easing: "swing"});
},10);
},100);
return false;
});