1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

Remove the show delay for our toast plugin

This commit is contained in:
Johann-S
2018-09-18 14:37:40 +02:00
committed by XhmikosR
parent 4cac833447
commit 557d5ac74d
4 changed files with 17 additions and 63 deletions

View File

@@ -242,15 +242,11 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
</tr>
<tr>
<td>delay</td>
<td>number | object</td>
<td>number</td>
<td>
<code>{ show: 0, hide: 500 }</code>
</td>
<td>
<p>Delay showing and hiding the toast (ms)</p>
<p>If a number is supplied, delay is applied to both hide/show</p>
<p>Object structure is: <code>delay: { "show": 500, "hide": 100 }</code></p>
<code>500</code>
</td>
<td>Delay hiding the toast (ms)</td>
</tr>
</tbody>
</table>