From 7c605ddf1c57c9f162827713ca5b0fbb12de5fa5 Mon Sep 17 00:00:00 2001 From: Matias Niemelä Date: Thu, 22 Aug 2013 09:30:11 -0400 Subject: fix($animate): skip ngAnimate animations if the provided element already has transitions/durations attached to it Closes #3587 --- docs/src/templates/css/animations.css | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/src/templates/css') 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 { -- cgit v1.2.3