danawoodman / react-fontawesome

A React Font Awesome component.
https://www.npmjs.com/package/react-fontawesome
MIT License
668 stars 72 forks source link

Spin counter-clockwise #55

Closed atxpace closed 6 years ago

atxpace commented 6 years ago

I believe spin spins the icon in a clockwise manner. Any option to spin counter-clockwise?

danawoodman commented 6 years ago

@nhpace I don't think Font Awesome supports that, see here. If they do, let me know and I will reopen!

atxpace commented 6 years ago

This is the only reference I could find to a reasonable "solution"...

https://github.com/FortAwesome/Font-Awesome/pull/3749

danawoodman commented 6 years ago

@nhpace unless FA supports it natively I don't plan to add it since I'm trying to stay 1:1 with their API. Hope you understand! You can always add a className with whatever animations you want tho!

atxpace commented 6 years ago

Thanks, that was my plan B! :)