From 6cec0747671149fb7a5ac6104b85fec1189b2215 Mon Sep 17 00:00:00 2001 From: gerstnr Date: Mon, 2 Dec 2013 21:01:19 +0100 Subject: [PATCH 1/2] fixed demo animation --- src/ng/directive/ngIf.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ng/directive/ngIf.js b/src/ng/directive/ngIf.js index dcb3825d8ab7..dc50951dbabc 100644 --- a/src/ng/directive/ngIf.js +++ b/src/ng/directive/ngIf.js @@ -59,9 +59,9 @@ 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; From af7deaf56799dc1a07a267fc597ac3933b974b83 Mon Sep 17 00:00:00 2001 From: gerstnr Date: Tue, 3 Dec 2013 04:50:12 +0100 Subject: [PATCH 2/2] docs(ngIf): fix animation demo --- src/ng/directive/ngIf.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ng/directive/ngIf.js b/src/ng/directive/ngIf.js index dc50951dbabc..58a944223d87 100644 --- a/src/ng/directive/ngIf.js +++ b/src/ng/directive/ngIf.js @@ -59,9 +59,7 @@ padding:10px; } - /** - The transition styles can also be placed on the CSS base class above - **/ + //!annotate CSS Specificity|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;