animate fast
This commit is contained in:
parent
66338a5757
commit
124e08efde
@ -62,7 +62,7 @@
|
||||
if(coverSlid) {
|
||||
return;
|
||||
}
|
||||
$('html, body').animate({scrollTop: Math.ceil($('#cover-photo').height()) + 'px' });
|
||||
$('html, body').animate({scrollTop: Math.ceil($('#cover-photo').height()) + 'px' }, 'fast');
|
||||
return;
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user