Bug 868432 - Animate scrolling when Home/End button is pressed. r=roc

This commit is contained in:
JosiahOne 2013-05-07 14:41:09 -04:00
parent f7b0178a41
commit 1b7d868082

View File

@ -2226,7 +2226,7 @@ PresShell::CompleteScroll(bool aForward)
if (scrollFrame) {
scrollFrame->ScrollBy(nsIntPoint(0, aForward ? 1 : -1),
nsIScrollableFrame::WHOLE,
nsIScrollableFrame::INSTANT);
nsIScrollableFrame::SMOOTH);
}
return NS_OK;
}