aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/templates/css
diff options
context:
space:
mode:
authorMatias Niemelä2013-08-22 09:30:11 -0400
committerMisko Hevery2013-08-23 14:04:35 -0700
commit7c605ddf1c57c9f162827713ca5b0fbb12de5fa5 (patch)
treeaa3dcaea4034ab00f2e8595154ff59a83681fddc /docs/src/templates/css
parentee2f3d21da6c9fccfe1e6a4ea8a65627519c8bf2 (diff)
downloadangular.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/css')
-rw-r--r--docs/src/templates/css/animations.css7
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 {