creo que esto seria lo que quieres, esta hecho con jquery
Código Javascript
:
Ver original$("a").click(function(event) {
if (this.hash !== "") {
event.preventDefault();
var hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function() {
window.location.hash = hash;
});
}
});
Para hacerlo funcionar, este seria el link a llamar
En Link vendria siendo
#home que lo toma como la Section con ID home
y haremos uso de HTML5 con las etiquetas Section