Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » WPF » Animation   (RSS)

Big 'ol WPF Animation Wizard Sample

I just created a sample that serves as a walkthrough wizard for teaching WPF animations. Besides teaching you the basics of WPF animations in an interactive and relatively entertaining way, there are a bunch of cool effects integrated into the wizard

WPF Animations are Easy

Creating animations in WPF is easier than it sounds. No explicit use of timers is required, in fact you can create many useful animations using pure markup (XAML). Perhaps the best use of animations is to spice up UI. Most properties of objects can be
 
Page view tracker