4.2.12

Tiny carousel

Thinking always beats compression.
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.

No comments: