From 808a227d0ffb8781ac7edbf8023eed733a70e39d Mon Sep 17 00:00:00 2001 From: Marc Harter Date: Sat, 25 May 2013 23:43:02 -0500 Subject: [PATCH] added; example of timeoutAfterMove --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index e7bfd56..7e3d8d6 100644 --- a/index.html +++ b/index.html @@ -107,6 +107,10 @@

Options

Click or touch the notification to close

+
humane.timeoutAfterMove = 2000 // default: 0
+
+

Delay before notification disappears (useful in conjunction with waitForMove)

+
humane.addnCls = 'humane-info' // default: ''

Specify an additional class to apply when notifying (nice when you only want to change just a little bit of the style)