jQuery ile yapabilirsin.

$("#link").click(function() {
$('html, body').animate({
scrollTop: $("#footer").offset().top
}, 2000);
});