mouse0270 / bootstrap-notify

Turns standard Bootstrap alerts into "Growl-like" notifications.
http://bootstrap-notify.remabledesigns.com/
MIT License
2.25k stars 642 forks source link

Progressbar should be programmable #81

Closed mohghaderi closed 9 years ago

mohghaderi commented 9 years ago

it was good, if the progress bar was manageable inside the code like notify.progress = 90; It's simple through the template, but I wish it was a built-in feature.

mouse0270 commented 9 years ago

Odd question, does this mean you would like to override the delay counter or that you want it to recalculate the delay based off the percentage you use. Or if you use notify.update({ 'progress':90}) it would disable the delay and the notification would need to be manually or programmatically closed.

mouse0270 commented 9 years ago

Included in 3.0.1

mohghaderi commented 9 years ago

I wanted to use it for fileupload progress, and now it works perfectly. I don't know how to thank you. I just can say thank you so much.

mouse0270 commented 9 years ago

No problem. If you come up with anything else, just ask and I'll see what I can do.