diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-11-11 13:53:22 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-11-11 13:53:22 +0100 |
commit | eb17598254476974814fa0d4a6f84d854a1ae833 (patch) | |
tree | 99db5989e9c3839b8b2ca3a33a25f94bf0dd912c /view/tpl | |
parent | 0d512dffc33c37ac187cff03d17102ecfe543883 (diff) | |
download | volse-hubzilla-eb17598254476974814fa0d4a6f84d854a1ae833.tar.gz volse-hubzilla-eb17598254476974814fa0d4a6f84d854a1ae833.tar.bz2 volse-hubzilla-eb17598254476974814fa0d4a6f84d854a1ae833.zip |
animate fast
Diffstat (limited to 'view/tpl')
-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> |