We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc48aad commit 01326beCopy full SHA for 01326be
src/ng/directive/ngShowHide.js
@@ -125,9 +125,7 @@ var NG_HIDE_IN_PROGRESS_CLASS = 'ng-hide-animate';
125
background: white;
126
}
127
128
- .animate-show.ng-hide-add.ng-hide-add-active,
129
- .animate-show.ng-hide-remove.ng-hide-remove-active {
130
- -webkit-transition: all linear 0.5s;
+ .animate-show.ng-hide-add, .animate-show.ng-hide-remove {
131
transition: all linear 0.5s;
132
133
@@ -284,7 +282,6 @@ var ngShowDirective = ['$animate', function($animate) {
284
282
</file>
285
283
<file name="animations.css">
286
.animate-hide {
287
288
289
line-height: 20px;
290
opacity: 1;
0 commit comments