react-awesome-spinners icon indicating copy to clipboard operation
react-awesome-spinners copied to clipboard

Small motion optimization suggestion

Open maxsbelt opened this issue 5 years ago • 1 comments

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?

Screenshot 2019-07-07 at 20 58 20

maxsbelt avatar Jul 07 '19 18:07 maxsbelt

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!

tienpham94 avatar Jul 12 '19 13:07 tienpham94