Update theme.js

Reverted the animation change.
pull/8079/head
ozero dien 2020-01-15 18:58:00 +09:00 zatwierdzone przez GitHub
rodzic f3ea4a4f45
commit 0a5b3a2bc7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);
});
}