no need to ease when not visible
This commit is contained in:
parent
497776c642
commit
f45e657583
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue