Skip to content

Instantly share code, notes, and snippets.

@philhawksworth
Created August 19, 2010 11:01
Show Gist options
  • Save philhawksworth/537607 to your computer and use it in GitHub Desktop.
Save philhawksworth/537607 to your computer and use it in GitHub Desktop.
// tidy up after the transition has completed.
$("div.polaroid").live('webkitAnimationEnd', function(event){
$(event.target).remove();
pldzr.showPhoto();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment