react-awesome-spinners
react-awesome-spinners copied to clipboard
Small motion optimization suggestion
Thanks for good project! I was surfing through the code and noticed that keyframes
calls in all components are wrapped with additional function that actually isn't necessary. I think such modification can increase performance a little bit. WDYT?

Hi @maxsbelt thank you for checking out the project! Yeah the props passing was initially done because I wanted to make it customizable, but its not anymore needed. I will improve that in the next release, thank you for commenting!