diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-11 13:53:22 +0100 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2017-11-11 20:28:35 +0100 |
commit | 124e08efdeaa920970046be1cd5d1fea9c573e9f (patch) | |
tree | 41625f1b2ff25c6e6fd214a04b2b54171bbcdc72 | |
parent | 66338a57578dad34f7db1598365eb43a95c3fe98 (diff) | |
download | volse-hubzilla-124e08efdeaa920970046be1cd5d1fea9c573e9f.tar.gz volse-hubzilla-124e08efdeaa920970046be1cd5d1fea9c573e9f.tar.bz2 volse-hubzilla-124e08efdeaa920970046be1cd5d1fea9c573e9f.zip |
animate fast
-rwxr-xr-x | view/tpl/cover_photo_widget.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cover_photo_widget.tpl b/view/tpl/cover_photo_widget.tpl index d0f68e002..3aaad5ae5 100755 --- a/view/tpl/cover_photo_widget.tpl +++ b/view/tpl/cover_photo_widget.tpl @@ -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> |