charri / Font-Awesome-WPF

FontAwesome controls for WPF+UWP
MIT License
530 stars 147 forks source link

Enhanced sample with animation #1

Closed robertmuehsig closed 9 years ago

robertmuehsig commented 9 years ago

Awesome project - was looking for a FontAwesome NuGet Package for WPF and found yours. Great work!

I'm using FontAwesome for my HTML projects and I like the fact that I use animations/transformations on the icons. With this in mind I added an animated rotating icon inside your sample app.

My XAML skills are not the best, but it's working and maybe some other users find this useful.

charri commented 9 years ago

Thanks for the pull request!

This is a cool example of using existing XAML features (i.e. Storyboard+RotateTransform) on the ImageAwesome / FontAwesome Controls.

robertmuehsig commented 9 years ago

:+1: