hilongjw/vue-progressbar

urgent feature request :)

Closed this issue · 1 comments

HKskn commented
 hide: function hide() {
            var _this2 = this;
            clearInterval(this.state.timer), this.state.timer = null, setTimeout(function() {
                _this2.$vm.RADON_LOADING_BAR.options.show = !1, a.nextTick(function() {
                    setTimeout(function() {
                        _this2.$vm.RADON_LOADING_BAR.percent = 0
                    }, 100), _this2.$vm.RADON_LOADING_BAR.options.autoRevert && setTimeout(function() {
                        _this2.revert()
                    }, 300)
                })
            }, 800)
        }

Hello, i liked your plugin but i have a problem, 800 ms is too much to clear view, could you improve structure to customize this time?

HKskn commented

I added new feature, you can use termination option for transition. Also I added to documentation