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

Animation is delayed #24

Closed eranimo closed 8 years ago

eranimo commented 8 years ago

Since the animation doesn't start immediately, all of these spinners won't show up for most use cases before whatever it is you're doing loads.

KyleAMathews commented 8 years ago

This is as designed https://github.com/KyleAMathews/react-spinkit#fades-in-spinners-after-one-second

If you want spinners to show immediate, pass in the noFadeIn prop.