Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ <h3>Options</h3>
// hide animation duration
hideDuration: 200,
// padding between element and notification
gap: 2
gap: 2,
// if specified, the namespace option will add a custom class to the notification wrapper
namespace: 'custom-class-name'
}</pre>
</div>
<div class="sixteen columns">
Expand Down