jQuery(function($){ $("#ticker").tweet({ username: "ElproductorEC", page: 1, avatar_size: false, count: 8, loading_text: "Cargando tweets ..." }).bind("loaded", function() { var ul = $(this).find(".tweet_list"); var ticker = function() { setTimeout(function() { var top = ul.position().top; var h = ul.height(); var incr = (h / ul.children().length); var newTop = top - incr; if (h + newTop <= 0) newTop = 0; ul.animate( {top: newTop}, 500 ); ticker(); }, 8000); }; ticker(); }); });
Informacion Agricola del momento, encuentra noticias, videos, clasificados, foros en tu periodico El Productor