]> git.mxchange.org Git - friendica.git/commitdiff
Update theme.js
authorozero dien <139508+ozero@users.noreply.github.com>
Wed, 15 Jan 2020 09:58:00 +0000 (18:58 +0900)
committerGitHub <noreply@github.com>
Wed, 15 Jan 2020 09:58:00 +0000 (18:58 +0900)
Reverted the animation change.

view/theme/frio/js/theme.js

index 2ace5f9573c301563c3141f5ffe438ea0ebc8a63..f1bef07f2067e943c9aaecd2a55914ab5c5887d7 100644 (file)
@@ -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);
        });
 }