Call this to begin the hide animation. // notification is called var notification = ...; // something happens // fade out notification and destroy on complete notification.hide(); Used to update the contents of a notification on the fly. Accepts text and icon in formats as table above denotes. Accepts one or both. // notification is called var notification = ...; // something happens // notificati