Allow multiple notifications

This commit is contained in:
Paul-Vincent Roll
2016-04-02 19:56:19 +02:00
parent a8184ec17d
commit 76f1a82746
6 changed files with 590 additions and 345 deletions

View File

@@ -30,19 +30,10 @@ The following properties can be configured:
</tr>
<thead>
<tbody>
<tr>
<td><code>style</code></td>
<td>The style of the notifications.<br>
<br><b>Possible values:</b> <code>growl</code>, <code>attached</code> & <code>bar</code>
<br><b>Default value:</b> <code>growl</code>
</td>
</tr>
<tr>
<td><code>effect</code></td>
<td>The animation effect of the notification style to use.<br>
<br><b>Possible values for <code>growl</code> style:</b> <code>scale</code>, <code>slide</code>, <code>genie</code> & <code>jelly</code>
<br><b>Possible values for <code>attached</code> style:</b> <code>flip</code> & <code>bouncyflip</code>
<br><b>Possible values for <code>bar</code> style:</b> <code>slidetop</code> & <code>exploader</code>
<td>The animation effect to use.<br>
<br><b>Possible values:</b> <code>scale</code>, <code>slide</code>, <code>genie</code>, <code>jelly</code>, <code>flip</code>, <code>exploader</code> & <code>bouncyflip</code>
<br><b>Default value:</b> <code>slide</code>
</td>
</tr>