fgnass / spin.js

A spinning activity indicator
http://spin.js.org
MIT License
9.3k stars 1.02k forks source link

Stop spinner after download complete? #318

Closed penone closed 8 years ago

penone commented 8 years ago

Is it possible to have the spinner stop after a download has been completed?

I have it set when the user clicks on the link it spins but after download is complete it keeps going.

Thanks.

Vannsl commented 8 years ago

The spinner could be stopped by invoking the stop() method --> spinner.stop()