We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e18db78 commit d2963adCopy full SHA for d2963ad
docs/content/guide/animations.ngdoc
@@ -33,23 +33,14 @@ Below is a quick example of animations being enabled for `ngShow` and `ngHide`:
33
background:white;
34
}
35
36
- .sample-show-hide.ng-hide-add, .sample-show-hide.ng-hide-remove {
+ .sample-show-hide {
37
-webkit-transition:all linear 0.5s;
38
- -moz-transition:all linear 0.5s;
39
- -o-transition:all linear 0.5s;
40
transition:all linear 0.5s;
41
- display:block!important;
42
43
44
- .sample-show-hide.ng-hide-add.ng-hide-add-active,
45
- .sample-show-hide.ng-hide-remove {
+ .sample-show-hide.ng-hide {
46
opacity:0;
47
48
-
49
- .sample-show-hide.ng-hide-add,
50
- .sample-show-hide.ng-hide-remove.ng-hide-remove-active {
51
- opacity:1;
52
- }
53
</file>
54
</example>
55
0 commit comments