我使用下面的jQuery函數順利滾動到頁面的部分:不能使用帶jscrollpane的動畫scrollTop?
function scrollTo(element) {
//$('html, body').animate({ // before the addition of jscrollpane
$('#full-page-container').animate({ // after addition of jscrollpane
scrollTop: $(element).offset().top
}, 1500);
}
我添加jscrollpane替換默認頁面滾動條,並且似乎動畫功能與scrollTop的上述將不會與jscrollpane一起使用,但在沒有它的情況下完美地工作。
是否可以同時使用JScrollPane的和動畫與scrollTop的?
你沒有得到足夠好的答案,德卡? – 2011-05-24 19:41:03