animate fast

This commit is contained in:
Mario Vavti 2017-11-11 13:53:22 +01:00 committed by Mario
parent 66338a5757
commit 124e08efde

View File

@ -62,7 +62,7 @@
if(coverSlid) { if(coverSlid) {
return; return;
} }
$('html, body').animate({scrollTop: Math.ceil($('#cover-photo').height()) + 'px' }); $('html, body').animate({scrollTop: Math.ceil($('#cover-photo').height()) + 'px' }, 'fast');
return; return;
} }
</script> </script>