summaryrefslogtreecommitdiff
path: root/js/Headlines.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-06 20:34:46 +0300
committerAndrew Dolgov <[email protected]>2018-12-06 20:34:46 +0300
commitdb3c7d2050905c864d784e225719c02e26703b28 (patch)
tree1b55b5340bbcb771aa3a920863ce4d8640c269e3 /js/Headlines.js
parent3e4326e34dcb4a9eb922c6d212fd05a58a11b124 (diff)
remove floating title appear animation for now
Diffstat (limited to 'js/Headlines.js')
-rwxr-xr-xjs/Headlines.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Headlines.js b/js/Headlines.js
index 891b6f409..de6751598 100755
--- a/js/Headlines.js
+++ b/js/Headlines.js
@@ -192,7 +192,7 @@ define(["dojo/_base/declare"], function (declare) {
if (header.offsetTop + header.offsetHeight < hf.scrollTop + ft.offsetHeight - 5 &&
row.offsetTop + row.offsetHeight >= hf.scrollTop + ft.offsetHeight - 5)
- new Effect.Appear(ft, {duration: 0.3});
+ Element.show(ft);
else
Element.hide(ft);