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

How Can I render it stopped?

Open ricardopolo opened this issue 6 years ago • 6 comments

We want to use this spinner but having the possibility to have it "Stopped". So when a process waith appear the balls but does not animate. Later when running the process it starts to moves.

Do you think is possible?

ricardopolo avatar Jul 10 '18 23:07 ricardopolo

@ricardopolo Maybe it is possible, if you can control the svg animation throught the JavaScript script.

jkchao avatar Jul 13 '18 09:07 jkchao

@ricardopolo ,你好,我想问下当向后台请求完数据后,怎么让它停止。

ghost avatar Jul 24 '18 09:07 ghost

@xuedongshao 用 v-if/v-show 控制它就行了,可以看看这个 https://github.com/jkchao/vue-loading/issues/1

jkchao avatar Jul 24 '18 14:07 jkchao

@jkchao 谢谢,解决了

ghost avatar Jul 25 '18 02:07 ghost

Sorry, I dont speak your language 😢

ricardopolo avatar Jul 25 '18 03:07 ricardopolo

@ricardopolo use v-if/v-show

tangniyuqi avatar Jul 25 '18 10:07 tangniyuqi