fgnass / spin.js

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

Need to change spinner color #383

Closed laugirard closed 3 years ago

laugirard commented 3 years ago

Hey guys, I'm using spin.js in one of my websites, and the client requested for the spinning wheel to have a different color rather than black. Which is the file I have to modify in order to achieve this?

The wheel appears after the "login" button is pressed on credentials land page (user/password input). I've tried adding bits of code here and there but am unable to change the color properly, could you give me any advice?

Thank you for your time.

theodorejb commented 3 years ago

You don't need to modify any spin.js file. Just set the color property when initializing the Spinner object. Please follow the example and instructions at https://spin.js.org/.