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; }