diff options
| author | Matias Niemelä | 2013-08-22 09:30:11 -0400 | 
|---|---|---|
| committer | Misko Hevery | 2013-08-23 14:04:35 -0700 | 
| commit | 7c605ddf1c57c9f162827713ca5b0fbb12de5fa5 (patch) | |
| tree | aa3dcaea4034ab00f2e8595154ff59a83681fddc /docs/src/templates | |
| parent | ee2f3d21da6c9fccfe1e6a4ea8a65627519c8bf2 (diff) | |
| download | angular.js-7c605ddf1c57c9f162827713ca5b0fbb12de5fa5.tar.bz2 | |
fix($animate): skip ngAnimate animations if the provided element already has transitions/durations attached to it
Closes #3587
Diffstat (limited to 'docs/src/templates')
| -rw-r--r-- | docs/src/templates/css/animations.css | 7 | 
1 files changed, 0 insertions, 7 deletions
| diff --git a/docs/src/templates/css/animations.css b/docs/src/templates/css/animations.css index 81db50ba..3f62b743 100644 --- a/docs/src/templates/css/animations.css +++ b/docs/src/templates/css/animations.css @@ -64,13 +64,6 @@    height:0;  } -.animate-container.animations-off * { -  -webkit-transition: none; -  -moz-transition: none; -  -o-transition: color 0 ease-in; /* opera is special :) */ -  transition: none; -} -  .foldout.ng-enter,  .foldout.ng-hide-add,  .foldout.ng-hide-remove { | 
