rodrigobertin
10/5/2017 - 5:04 AM

Nav animado

Nav animado

$('nav a').on('click', function(event){
        event.preventDefault();
        $('html,body').animate({scrollTop:$(this.hash).offset().top}, 500);
    });