aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/directive
diff options
context:
space:
mode:
Diffstat (limited to 'src/ng/directive')
-rw-r--r--src/ng/directive/ngIf.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ng/directive/ngIf.js b/src/ng/directive/ngIf.js
index a05d30d0..e132f13b 100644
--- a/src/ng/directive/ngIf.js
+++ b/src/ng/directive/ngIf.js
@@ -59,9 +59,6 @@
padding:10px;
}
- /*
- The transition styles can also be placed on the CSS base class above
- */
.animate-if.ng-enter, .animate-if.ng-leave {
-webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;