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.

Angular Material Design Animation

I'm currently developing a mobile web application with AngularJS, ngAnimate, Angular-Material and UI-Router. I'm following Google Material Design specifications for …

angularjs angular-ui-router css-transitions ng-animate angular-material
Animate.css and Angularjs ng-hide

I am learning and experimenting with Angularjs and animate.css. I am trying to add animations when the ng-show is …

angularjs ng-animate ng-show animate.css ng-hide
ngAnimate on ngShow. Preventing animation when it starts first time

I was playing around with recently added angular.js animations feature, and this doesn't work as desired <style> .…

angularjs ng-animate
ng-animate not working in 1.3

I am getting the class ng-animate applied to the directive but I'm not getting: ng-hide-remove.ng-hide-remove-active or .ng-hide-remove.ng-hide-remove-active I …

angularjs ng-animate
Tell ngAnimate to only animate ngShow/ngHide

I have an AngularJS 1.2.2 web application with a <div> that I show/hide based on some $scope property. …

angularjs animation ng-animate
AngularJS: with ng-animate & ng-view, how to make a 3D cube rotation effect?

I'm trying to get a 3D cube effect animation with ng-animate and ng-view. When I switch to another page, I …

css angularjs css-transitions ng-animate
AngularJS $animate.enter not adding ng-enter and ng-enter-active classes

I'm trying to incorporate the $animate service into my own directive. I can't get enter and leave to actually animate. …

javascript angularjs animation angularjs-directive ng-animate
Angular js - slide views but not home page - ng-animate

i'm using ng-animate to slide the app views, so each route slides own view , this is my simple code: html: &…

javascript css angularjs slide ng-animate
How can I animate the movement of remaining ng-repeat items when one is removed?

I have a dynamic list of items using ng-repeat. When something happens an item may disappear. I have handled smoothly …

angularjs css angularjs-ng-repeat ng-animate
List reorder animation with angularjs

I'm working on a project in angularjs that has a list of objects which update in real time and will …

javascript css animation angularjs ng-animate