Browse Source

disable headline appear animation

Andrew Dolgov 8 years ago
parent
commit
8691b32abf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/viewfeed.js

+ 2 - 2
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);
 						}
 					}