In this chapter, we will cover the following recipes:
- Scaling an element while rendering
- Rotating an element while rendering
- Skewing an element while rendering
- Moving an element while rendering
- Grouping multiple transforms
- Creating property-based animations
- Creating path-based animations
- Creating key-frame-based animations
- Adding easing effects to animations
Introduction
Windows Presentation Foundation (WPF) is well-known for its rich graphical user interface (GUI) and layout features, which enables you to create stunning desktop applications. Animations can be used to create an attractive user interface (UI) by just animating UI elements, transformations, screen transitions, and more.
In this chapter, we will learn ...