1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:35:55 +00:00

remove floating title appear animation for now

This commit is contained in:
Andrew Dolgov
2018-12-06 20:34:46 +03:00
parent 3e4326e34d
commit db3c7d2050

View File

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