apvarun / toastify-js

Pure JavaScript library for better notification messages
https://apvarun.github.io/toastify-js/
MIT License
2.13k stars 230 forks source link

Show animated duration meter on the bottom of the toast #35

Open NullVoxPopuli opened 5 years ago

NullVoxPopuli commented 5 years ago

Example here when the progress bar option is checked: https://codeseven.github.io/toastr/demo.html

haydster7 commented 4 years ago

I have some working code for a circular progress indicator instead, still testing but should be able to put through a PR at some point soon. Would that be adequate? maybe an option for both, I hadn't considered a bar though.

NullVoxPopuli commented 4 years ago

A circle sounds interesting -- what's that look like?

AStoker commented 3 years ago

A PR to include it as an option would be cool. In the mean time, you could insert your own progress bar for your toasts

Femil32 commented 11 months ago

@apvarun Can you please assign this to me as i'm willing to work on this.