From: ozero dien <139508+ozero@users.noreply.github.com> Date: Wed, 15 Jan 2020 09:58:00 +0000 (+0900) Subject: Update theme.js X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0a5b3a2bc719c4e010c0d6ed138a1669e618321b;p=friendica.git Update theme.js Reverted the animation change. --- diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index 2ace5f9573..f1bef07f20 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -652,7 +652,7 @@ function scrollToItem(elementId) { scrollTop: itemPos }, 400).promise().done( function() { // Highlight post/commenent with ID (GUID) - $el.animate(colWhite, 1).animate(colShiny,200).animate(colWhite, 600); + $el.animate(colWhite, 1000).animate(colShiny).animate(colWhite, 600); }); }