Wednesday, April 11, 2012

Animation using Storyboards in WPF - CodeProject®

Introduction to Article

Animation in WPF has been made easier because WPF achieves animation by modifying properties of elements, whereas in Windows Forms, a developer has to create a timer and modify the appearance of elements on the tick event of a timer. WPF uses its own timing system which can be written using managed code and XAML. The internal work of redrawing the screen is handled efficiently by WPF. While animating using WPF, you just need to focus on the effects you want to create without bothering about how to achieve those effects.


Animation using Storyboards in WPF - CodeProject®

No comments: