fgnass / spin.js

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

2 colors for spin #310

Closed space-bro closed 6 years ago

space-bro commented 8 years ago

how make 2 colors for my spin? spin first - red second - green

theodorejb commented 6 years ago

spin.js does allow passing an array to the color option, but it ends up just alternating the colors on each line:

multiple colors

The issue here is that spin.js relies on opacity, rather than a color for the spin effect.

theodorejb commented 6 years ago

I think this may be a duplicate of issue #30.