1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 08:04:59 +02:00

toasts: make default duration 5s (#31109)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Rohit Sharma
2020-07-12 18:13:26 +05:30
committed by GitHub
parent 37ef4e4b5e
commit 91c11d6465
3 changed files with 6 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ const DefaultType = {
const Default = {
animation: true,
autohide: true,
delay: 500
delay: 5000
}
const SELECTOR_DATA_DISMISS = '[data-dismiss="toast"]'