Top "Ng-animate" questions

The ngAnimate module provides support for CSS-based animations (keyframes and transitions) as well as JavaScript-based animations via callback hooks.

Running code after an AngularJS animation has completed

I have an element whose visibility is toggled by ng-show. I'm also using CSS animations - the automatic ones from …

angularjs css-animations ng-animate
AngularJS ng-show animation cross-fade inside ng-repeat

Simple (but not for me!) angularjs show/hide animation problem. I have searched high and low but not found the …

javascript css angularjs ng-animate ng-show
Fade animation between state transitions in ui-router

I am using ui-router in my web application. Root div code is: <div ui-view="content" class="fade-in-up"></…

angular-ui-router ng-animate
Unable to find a suitable version for angular with bower installation error for angular-animate module

I am using Angular 1.2.6. I am trying to use bower to install angular-animate and ngAnimate-animate.css. I've tried installing (bower …

angularjs bower ng-animate yeoman-generator karma-jasmine
How to delay ngAnimate in ngRepeat

When using ngAnimate to fade in each item in ngRepeat, currently all items fade in at the same time. Is …

angularjs angularjs-ng-repeat ng-animate
Ng-animate does not add the ng-enter and ng-leave classes

This is my first project working with Angular and i have some troubles with ng-animate. I did a couple of …

angularjs angularjs-ng-repeat ng-animate
Animations in AngularJS ng-show

I'm trying to get an ng-show element to animate when it becomes visible/hidden. But it just acts like a …

javascript angularjs ng-animate
AngularJS animation card flip

I am trying to use the new AngularJS way of doing animations between page transitions and would like to incorporate …

javascript css angularjs ng-animate
Angularjs ng-animate + css transition for sliding effect

I'm trying to achieve sliding effect with the new ng-animate feature of Angular. I've taken some code from the demo …

angularjs css-transitions ng-animate
How do you animate table rows using ng-animate in the same way as one would list items?

It's quite simple to smoothly animate lists using angular's ng-animate, but tables seem to be another story. Plunker list Plunker …

javascript css angularjs angularjs-ng-repeat ng-animate