setInterval(function(){
$('#carousel img:last-child, #testimonials blockquote:last-child')
.fadeOut(1e3, function(){
$(this).prependTo(this.parentNode).show()
});
}, 5e3);
Take a look at a
simple animation algorithm.
4.2.12
Tiny carousel
Thinking always beats compression.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment