aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cover_photo_widget.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-11 13:53:22 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-11 13:53:22 +0100
commiteb17598254476974814fa0d4a6f84d854a1ae833 (patch)
tree99db5989e9c3839b8b2ca3a33a25f94bf0dd912c /view/tpl/cover_photo_widget.tpl
parent0d512dffc33c37ac187cff03d17102ecfe543883 (diff)
downloadvolse-hubzilla-eb17598254476974814fa0d4a6f84d854a1ae833.tar.gz
volse-hubzilla-eb17598254476974814fa0d4a6f84d854a1ae833.tar.bz2
volse-hubzilla-eb17598254476974814fa0d4a6f84d854a1ae833.zip
animate fast
Diffstat (limited to 'view/tpl/cover_photo_widget.tpl')
-rwxr-xr-xview/tpl/cover_photo_widget.tpl2
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>