ticker jquery
12345 function ticker{$('#latest li:first').slideUp( function () { $(this).appendTo($('#latest')).slideDown(); });}setInterval(function(){ ticker () }, 3000); //이때 display : list-item 이어야 한다 (li는 기본) 참조 https://codepen.io/eond/pen/NqEEez