From e9b005f041af16feb8747bb830173463b2ccc595 Mon Sep 17 00:00:00 2001 From: Ahmed Nuaman Date: Tue, 24 Jun 2014 15:52:51 +0100 Subject: [PATCH] updated docs and tested --- docs/content/guide/animations.ngdoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/content/guide/animations.ngdoc b/docs/content/guide/animations.ngdoc index 7fe9fcc0bd05..42c4891c21bd 100644 --- a/docs/content/guide/animations.ngdoc +++ b/docs/content/guide/animations.ngdoc @@ -42,12 +42,14 @@ Below is a quick example of animations being enabled for `ngShow` and `ngHide`: } .sample-show-hide.ng-hide-add.ng-hide-add-active, - .sample-show-hide.ng-hide-remove { + .sample-show-hide.ng-hide-remove, + .sample-show-hide.ng-hide { opacity:0; } .sample-show-hide.ng-hide-add, - .sample-show-hide.ng-hide-remove.ng-hide-remove-active { + .sample-show-hide.ng-hide-remove.ng-hide-remove-active, + .sample-show-hide { opacity:1; }