Introducing Animations
WPF offers lots of interesting features about graphics and multimedia to provide a great user experience with rich client applications; animations are one of these features. They enable visual elements (or just some portions of them) to move along the UI or to dynamically change their aspect during the specified interval. Subsequent sections explain how you can apply animations to WPF visual elements. There are different kinds of animations in WPF; and we cover the most common of them, DoubleAnimation and ColorAnimation.
Note
There is a special type of animation based on timelines that is not easy to implement with Visual Studio, whereas it is the easiest animation that you can realize with Expression Blend. With that ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access