Animasi Blog Roll

var $ul = $('#blog-roll'),
roll = function() {
$ul.find('li').first().slideUp('slow', function() {
$(this).appendTo($(this).parent()).fadeIn();
});
},
anim = setInterval(roll, 3000);

// Pause on hover...
$ul.hover(function() {
clearInterval(anim);
}, function() {
setInterval(roll, 3000);
});

Demo

Komentar

Postingan populer dari blog ini

Demo for Blogger Customized Native Functional Threaded Commenting System

StackOverflow Like Pagination

AdSense Responsive Ads - Why Not?