CodeSeven / toastr

Simple javascript toast notifications

Home Page:http://www.toastrjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timeOut not working

ahmad13504 opened this issue · comments

toastr.options = {
"closeButton": true,
"debug": true,
"newestOnTop": true,
"progressBar": false,
"positionClass": "toast-top-full-width",
"preventDuplicates": true,
"onclick": null,
"showDuration": 300,
"hideDuration": 300,
"timeOut": 5000,
"extendedTimeOut": 2500,
"showEasing": "swing",
"hideEasing": "linear",
"showMethod": "fadeIn",
"hideMethod": "fadeOut"
}