Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
Notification class exposes a few events for hooking into alert functionality.
Event Type | Description |
---|---|
onShow | This event fires immediately when the show instance method is called. |
onShown | This event is fired when the modal has been made visible to the user (will wait for CSS transitions to complete). |
onHide | This event is fired immediately when the hide instance method has been called. |
onHidden | This event is fired when the notification has finished being hidden from the user (will wait for CSS transitions to complete). |