Google News
logo
AngularJS - Interview Questions
What is AngularJS Animations ?
AngularJS provides animated transitions, with help from CSS. The transformation of an HTML element gives you an illusion of motion.

Then you must refer to the ngAnimate module in your application :

<body ng-app="ngAnimate">
  .....
  .....
</body>
Advertisement