Wednesday, December 17, 2014

Toast Notifications

Toastr Notification Demo
Command: toastr[success]("Gnome & Growl type non-blocking notifications", "Toastr Notifications")

toastr.options = {
  "closeButton": true,
  "debug": false,
  "positionClass": "toast-top-full-width",
  "showDuration": "1000",
  "hideDuration": "1000",
  "timeOut": "5000",
  "extendedTimeOut": "1000",
  "showEasing": "swing",
  "hideEasing": "linear",
  "showMethod": "fadeIn",
  "hideMethod": "fadeOut"
}

No comments :

Post a Comment