creativetimofficial / ct-material-dashboard-pro

Material Dashboard Pro - Premium Bootstrap 5 Admin
https://demos.creative-tim.com/material-dashboard-pro/pages/dashboards/analytics
117 stars 28 forks source link

Bootstrap notification progress bar on long notifications #211

Closed sourabhtewari closed 5 years ago

sourabhtewari commented 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' } });