Chapter 3. AngularJS Animations
In this chapter, we will cover the following recipes:
- Creating a simple fade in/out animation
- Replicating jQuery's
slideUp()
andslideDown()
methods - Creating enter animations with
ngIf
- Creating leave and concurrent animations with
ngView
- Creating move animations with
ngRepeat
- Creating
addClass
animations withngShow
- Creating
removeClass
animations withngClass
- Staggering batched animations