Chapter 4: Understanding Angular Animations
In this chapter, you'll learn about working with animations in Angular. You'll learn about multi-state animations, staggering animations, keyframe animations, and how to implement animations for switching routes in your Angular apps.
The following are the recipes that we're going to cover in this chapter:
- Creating your first two-state Angular animation
- Working with multi-state animations
- Creating complex Angular animations using keyframes
- Animating lists in Angular using stagger animations
- Using animation callbacks
- Basic route animations in Angular
- Complex route animations in Angular using keyframes