notifyjs
notifyjs copied to clipboard
Notify callback when finished display
I want to know if there is any callback method when the display is finished? because i want to trigger an event when it finished.
thanks beforehand.
They trigger synchronously. When you call it the display is "done." Am I missing something @jpillora ?
If not, please close this issue.
$.notify("BOOM!", "error");
// code to run after