WPF UI Animation Library WPF UI Animation Library wpf wpf

WPF UI Animation Library


There's some effects and transitions libraries on Codeplex.

And this one which lets you transition between different UserControls.

In fact, have a good scout around on Codeplex and CodeProject and you will find several other libraries that may help you out.


Try having a look at Transitionz which is a free open source WPF Animations library published and used by SciChart.

WPF Animate Position and Opacity on property changed

It allows you to animate Opacity, Translate Transform, or Blur on attached property changed, on load, on visibility. With MVVM support allowing changes from a view model.

WPF Animate Blur on property changed

The Github wiki & source is here: https://github.com/ABTSoftware/SciChart.Wpf.UI/wiki/Transitionz-Library

And NuGet is here: https://www.nuget.org/packages/SciChart.WPF.UI.Transitionz/


Telerik controls got what you wan't, but I'll suggest you to give it a try to the native WPF Animations, it isn't that hard and it's included right out the box (for free). Obviously working with something like Blend will make your work pretty easier.