CodeSeven / toastr

Simple javascript toast notifications
http://www.toastrjs.com
MIT License
11.9k stars 2.04k forks source link

timeOut not working #679

Open ahmad13504 opened 2 years ago

ahmad13504 commented 2 years ago

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" }