aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index f7eed09cb..e95ba22d8 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -1437,7 +1437,7 @@ function injectWithAnimation(containerId, parsedDoc, overwrite = false) {
const el = newElements[i].cloneNode(true);
container.insertBefore(el, container.firstChild);
- const animation = el.animate([
+ el.animate([
{ opacity: 0, transform: 'scale(.7) translateY(-20px)' },
{ opacity: 1, transform: 'scale(1) translateY(0)' }
], {