Is there a WPF library that can be used for animations?
It should support animating transitions from one WPF form to another (like flip effects etc) and also been able to animate toolbox components (like labels etc).
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s some effects and transitions libraries on Codeplex.
http://wpffx.codeplex.com/
http://transitionals.codeplex.com/
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.