Skip to content

Instantly share code, notes, and snippets.

@aviflombaum
Created May 13, 2009 14:57
Show Gist options
  • Save aviflombaum/111068 to your computer and use it in GitHub Desktop.
Save aviflombaum/111068 to your computer and use it in GitHub Desktop.
SlideTweet = function(){
// setTimeout(function(){
// }, 2000)
$("li:last").slideUp({
duration: 320,
complete: function(){$(this).remove()}
})
};
$(function(){
setInterval(SlideTweet,4000);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment