vue-progressbar icon indicating copy to clipboard operation
vue-progressbar copied to clipboard

Disable auto-finish

Open troxler opened this issue 8 years ago • 5 comments

This plugin seems to automatically finish the progress after a certain amount of time, regardless of whether finish() was actually called or not. Other plugins, like angular-loading-bar are different int that respect. They start the progress and get slower the closer they get to the end. Also, they never complete if not explicitly finished. Can this be implemented in vue-progressbar as well?

Or am I overlooking something and this is already possible?

troxler avatar Jan 05 '17 17:01 troxler

@troxler try a larger time parameter with start

this.$Progress.start(1000*60*60)

hilongjw avatar Jan 06 '17 04:01 hilongjw

That just slows down the progress but still completes without calling finish(). This is especially not ideal when your loading times in general are short but sometimes very long.

troxler avatar Jan 06 '17 15:01 troxler

For the record: I switched to https://github.com/rstacruz/nprogress which has this feature and works flawlessly in my Vue.js project.

troxler avatar Jan 14 '17 09:01 troxler

I have the same confusion.

linhe0x0 avatar May 08 '17 14:05 linhe0x0

Same problem here, how to fix it to work like https://chieffancypants.github.io/angular-loading-bar/ as @troxler tell us?

alexsandro-xpt avatar Jul 05 '17 22:07 alexsandro-xpt