Код: Выделить всё
function scroll(obj) {
$(obj).animate({top:'-'+$('li:nth-child(1)', obj)
.outerHeight(true)}, 15000, 'linear', function(){
$(obj).css({top:0});scroll(obj);
});
}
Есть идеи?>
Подробнее здесь: https://stackoverflow.com/questions/109 ... t-infinite
Мобильная версия