fix
This commit is contained in:
parent
929b449b3e
commit
f286c6a2eb
|
@ -805,7 +805,7 @@ function transdate(){
|
||||||
var theTop = $('.layout-content-inner.container').offset().top-$(".kenjohn").position().top-$(".kenjohn").height()+10;
|
var theTop = $('.layout-content-inner.container').offset().top-$(".kenjohn").position().top-$(".kenjohn").height()+10;
|
||||||
$("html, body").animate({
|
$("html, body").animate({
|
||||||
scrollTop: theTop }, {duration: 500,easing: "swing"});
|
scrollTop: theTop }, {duration: 500,easing: "swing"});
|
||||||
},10);
|
},100);
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue