June 2014
Intermediate to advanced
696 pages
38h 52m
English
The $animate service provides animation detection hooks you can use when performing enter, leave, and move DOM operations as well as addClass and removeClass operations. You can use these hooks either through CSS classnames or through the $animate service in JavaScript.
To implement animation, you need to add a directive that supports animation to the element that you want to animate. Table 25.3 lists the directives that support animation and the types of animation events that they support.
Table 25.3 AngularJS directives that support animation
To implement animation in CSS, you need to ...
Read now
Unlock full access