angular / angular.js

AngularJS - HTML enhanced for web apps!
https://angularjs.org
MIT License
58.85k stars 27.52k forks source link

$animateCss can't disable animations. #12685

Closed wawyed closed 9 years ago

wawyed commented 9 years ago

It would appear that when I call $animate.enabled(false) the code in $animateCss doesn't seem to be affected by it, meaning that it will add the animation classes regardless of the status of animationsEnabled.

Is this intended? If so, how do I disable animations completely?

matsko commented 9 years ago

Yes this was something we came across with material and we plan on adding it in for 1.4.5

wawyed commented 9 years ago

Brilliant, I'll wait for 1.4.5 then :)