apvarun / toastify-js

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

Progressbar for duration #126

Open alisson-acioli opened 1 year ago

alisson-acioli commented 1 year ago

I would like to give the idea of creating a progress bar just below the notification box that fills according to its duration. There is a Toast that I use for Vue 3 that has this feature and I think it's cool because for those who see it, they know that that notification won't stay there forever, so whenever the person sees that notification on the site they know how long it will disappear.

It may seem like a "beast" resource but I believe it can help one or another user of a site.

railmedia commented 8 months ago

I've opened up a pull request for this issue.