podrías animar el scroll utilizando jquery
Código Javascript
:
Ver originalfunction scrollTo(selector) {
var destination = $(selector+':first').offset().top;
$("html:not(:animated),body:not(:animated)").animate({ scrollTop: destination - 50 }, 1000);
}
o agregar un interval en el on click del link