diff --git a/index.html b/index.html index 155dc1b..656ca38 100644 --- a/index.html +++ b/index.html @@ -129,7 +129,8 @@

Customizing Options Per Type

 humane.success.timeout = 0;
 humane.success.clickToClose = true;
-humane.success('Will stay up forever until click');
+humane.success('Will stay up forever until click or humane.remove()'); +humane.remove(); // force remove

Or you want all messages to have 3s timeout (3000) but 'info' messages to have shorter timeout of 1s (1000)

 humane.timeout = 3000;