KyleAMathews / react-spinkit

A collection of loading indicators animated with CSS for React
http://kyleamathews.github.io/react-spinkit/
MIT License
1.49k stars 73 forks source link

Add a generic gif fallback (overridable) for < IE9 #3

Open KyleAMathews opened 9 years ago

KyleAMathews commented 9 years ago

Or perhaps use spin.js — https://github.com/fgnass/spin.js/blob/master/spin.js

Perhaps the component could take an optional size prop for width/height which for the fallback, could be used for spin.js. That's the downside I see to using a gif is that it's static. I frequently make my spinners different sizes with CSS so not having that flexibility here would be annoying.