KyleAMathews/react-spinkit

Animation is delayed

Closed this issue · 1 comments

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.

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.