Description AngularJS Animate library, which looks like below.
ngAnimate has to be binded to ng-app directive or if the application is given a name, add ngAnimate as a dependency in the application module.
Example
Description ng-animateng-hide-animateng-hide-add(if the element will be hidden)ng-hide-remove(if the element will be showed)ng-hide-add-active(if the element will be hidden)ng-hide-remove-active (if the element will be showed)
Key Points