Skip to content

Instantly share code, notes, and snippets.

@victorbstan
Created June 5, 2011 21:32
Show Gist options
  • Select an option

  • Save victorbstan/1009445 to your computer and use it in GitHub Desktop.

Select an option

Save victorbstan/1009445 to your computer and use it in GitHub Desktop.
JavaScript for NeatNotificationSystemTM for your web apps
// Requires jQuery
// FLASH NOTICE ANIMATION
$("#flash_notice").delay(5000).fadeOut("slow");
$("#flash_alert").delay(5000).fadeOut("slow");
$("#flash_error").delay(5000).fadeOut("slow");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment