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. ng-animate
ng-hide-animate
ng-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)