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

Circle spin not work on IE 11 #67

Open katarina-simnova opened 6 years ago

katarina-simnova commented 6 years ago

Circle spin on IE not work as expected.

Chrome: chrome

IE 11: ie

Danscho commented 5 years ago

The reason is: background-color: initial is not valid in IE11 use background-color: transparent instead. When #74 is merged the problem is fixed.