]> git.wh0rd.org - tt-rss.git/commitdiff
disable headline appear animation
authorAndrew Dolgov <noreply@fakecake.org>
Wed, 29 Jul 2015 15:11:23 +0000 (18:11 +0300)
committerAndrew Dolgov <noreply@fakecake.org>
Wed, 29 Jul 2015 15:11:23 +0000 (18:11 +0300)
js/viewfeed.js

index 6e6e1c1523d846a8f3d565b258ea7292d3979a1a..d39416632f1a4499a061c0b6ea1561307d61909a 100644 (file)
@@ -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);
                                                }
                                        }