|
100 | 100 | </div> |
101 | 101 | </file> |
102 | 102 | <file name="animations.css"> |
103 | | - .animate-show.ng-hide-add, |
104 | | - .animate-show.ng-hide-remove { |
| 103 | + .animate-show { |
105 | 104 | -webkit-transition:all linear 0.5s; |
106 | | - -moz-transition:all linear 0.5s; |
107 | | - -o-transition:all linear 0.5s; |
108 | 105 | transition:all linear 0.5s; |
109 | | - display:block!important; |
| 106 | + line-height:20px; |
| 107 | + opacity:1; |
| 108 | + padding:10px; |
| 109 | + border:1px solid black; |
| 110 | + background:white; |
110 | 111 | } |
111 | 112 |
|
112 | | - .animate-show.ng-hide-add.ng-hide-add-active, |
| 113 | + .animate-show.ng-hide-add, |
113 | 114 | .animate-show.ng-hide-remove { |
| 115 | + display:block!important; |
| 116 | + } |
| 117 | +
|
| 118 | + .animate-show.ng-hide { |
114 | 119 | line-height:0; |
115 | 120 | opacity:0; |
116 | 121 | padding:0 10px; |
117 | 122 | } |
118 | 123 |
|
119 | | - .animate-show.ng-hide-add, |
120 | | - .animate-show.ng-hide-remove.ng-hide-remove-active { |
121 | | - line-height:20px; |
122 | | - opacity:1; |
123 | | - padding:10px; |
124 | | - border:1px solid black; |
125 | | - background:white; |
126 | | - } |
127 | | -
|
128 | 124 | .check-element { |
129 | 125 | padding:10px; |
130 | 126 | border:1px solid black; |
@@ -253,31 +249,27 @@ var ngShowDirective = ['$animate', function($animate) { |
253 | 249 | </div> |
254 | 250 | </file> |
255 | 251 | <file name="animations.css"> |
256 | | - .animate-hide.ng-hide-add, |
257 | | - .animate-hide.ng-hide-remove { |
| 252 | + .animate-hide { |
258 | 253 | -webkit-transition:all linear 0.5s; |
259 | | - -moz-transition:all linear 0.5s; |
260 | | - -o-transition:all linear 0.5s; |
261 | 254 | transition:all linear 0.5s; |
262 | | - display:block!important; |
| 255 | + line-height:20px; |
| 256 | + opacity:1; |
| 257 | + padding:10px; |
| 258 | + border:1px solid black; |
| 259 | + background:white; |
263 | 260 | } |
264 | 261 |
|
265 | | - .animate-hide.ng-hide-add.ng-hide-add-active, |
| 262 | + .animate-hide.ng-hide-add, |
266 | 263 | .animate-hide.ng-hide-remove { |
| 264 | + display:block!important; |
| 265 | + } |
| 266 | +
|
| 267 | + .animate-hide.ng-hide { |
267 | 268 | line-height:0; |
268 | 269 | opacity:0; |
269 | 270 | padding:0 10px; |
270 | 271 | } |
271 | 272 |
|
272 | | - .animate-hide.ng-hide-add, |
273 | | - .animate-hide.ng-hide-remove.ng-hide-remove-active { |
274 | | - line-height:20px; |
275 | | - opacity:1; |
276 | | - padding:10px; |
277 | | - border:1px solid black; |
278 | | - background:white; |
279 | | - } |
280 | | -
|
281 | 273 | .check-element { |
282 | 274 | padding:10px; |
283 | 275 | border:1px solid black; |
|
0 commit comments