top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to do animation with the help of AngularJS?

0 votes
256 views
How to do animation with the help of AngularJS?
posted Nov 27, 2017 by Latha

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

AngularJS 1.2 comes with animation support via ngAnimate module. To enable animations within your
angular app, you need to link the angular-animate.js file and include ngAnimate module as a dependency within
your angular app.

answer Nov 27, 2017 by Shivaranjini
...