From: Andrew Dolgov Date: Wed, 29 Jul 2015 15:11:23 +0000 (+0300) Subject: disable headline appear animation X-Git-Tag: 16.3~199 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=8691b32abf8935fcd1681cf59b9d45f2a8d1e019;p=tt-rss.git disable headline appear animation --- diff --git a/js/viewfeed.js b/js/viewfeed.js index 6e6e1c15..d3941663 100644 --- a/js/viewfeed.js +++ b/js/viewfeed.js @@ -136,8 +136,8 @@ function headlines_callback2(transport, offset, background, infscroll_req) { if (loaded_article_ids.indexOf(row.id) == -1 || row.hasClassName("cdmFeedTitle")) { dijit.byId("headlines-frame").domNode.appendChild(row); - Element.hide(row); - new Effect.Appear(row, {duration:0.5}); + //Element.hide(row); + //new Effect.Appear(row, {duration:0.5}); loaded_article_ids.push(row.id); } }