joaopereirawd / fakeLoader.js

fakeLoader.js is a lightweight jQuery plugin that helps you create an animated spinner with a fullscreen loading mask to simulate the page preloading effect.
MIT License
721 stars 270 forks source link

bgColor: gradient? #38

Open lovecoding-git opened 4 years ago

lovecoding-git commented 4 years ago

Hi Thank you for such great package. Is it possible to set gradient color for bgColor?

linear-gradient(red, yellow);

I think it seems impossible. Then how can I set it?

Thank you!