Projektanker/Icons.Avalonia

Spinning icons from FontAwesome

Closed this issue · 1 comments

Icons like fa-sync have spinning option in FontAwesome that animates them: https://fontawesome.com/v5/docs/web/style/animate

I cannot find anything similar here, and adding fa-sync style fails.

I added animations with version 5.4.0
To animate the icon add the Animation property to your icon:

<i:Icon Value="fa-spinner" Animation="Pulse" />
<i:Icon Value="fa-sync" Animation="Spin" />