X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrio%2Fjs%2Ftheme.js;h=f1bef07f2067e943c9aaecd2a55914ab5c5887d7;hb=8536b313a1eb1c3e11f9ba5317fdcef33118bcb8;hp=2ace5f9573c301563c3141f5ffe438ea0ebc8a63;hpb=f3ea4a4f45daa41d0aa032b1dc4804a5f6ff503c;p=friendica.git 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); }); }