no need to ease when not visible

This commit is contained in:
byronbest 2019-12-09 09:55:09 -08:00 committed by GitHub
parent 497776c642
commit f45e657583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1136,7 +1136,7 @@ function refreshHighlighted() {
if (infoBox.css('visibility', 'visible')) { if (infoBox.css('visibility', 'visible')) {
infoBox.animate({ left: x, top: y }, 500); infoBox.animate({ left: x, top: y }, 500);
} else { } else {
infoBox.css({ left: x, top: y }, 500); infoBox.css({ left: x, top: y });
} }
infoBox.fadeIn(100); infoBox.fadeIn(100);