Closed sourabhtewari closed 5 years ago
This can actually be tested on the live site https://demos.creative-tim.com/material-dashboard-pro/examples/dashboard.html
The progress bar doesnt work as intended on long running notification.
This doesnt work correctly also on the bootstrap notify website. Is there a workaround for this?
Repro steps: Open console and invoke:
$.notify({ // options icon: "add_alert", message: "test" }, { // settings type: 'danger', timer: 15000, showProgressbar: true, placement: { from: 'top', align: 'right' } });
This can actually be tested on the live site https://demos.creative-tim.com/material-dashboard-pro/examples/dashboard.html
The progress bar doesnt work as intended on long running notification.
This doesnt work correctly also on the bootstrap notify website. Is there a workaround for this?
Repro steps: Open console and invoke:
$.notify({ // options icon: "add_alert", message: "test" }, { // settings type: 'danger', timer: 15000, showProgressbar: true, placement: { from: 'top', align: 'right' } });