animate fast
This commit is contained in:
parent
0d512dffc3
commit
eb17598254
@ -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>
|
||||||
|
Reference in New Issue
Block a user