| 
									
										
										
										
											2013-12-03 22:48:40 -05:00
										 |  |  | // | 
					
						
							|  |  |  | // Component animations | 
					
						
							|  |  |  | // -------------------------------------------------- | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // Heads up! | 
					
						
							|  |  |  | // | 
					
						
							|  |  |  | // We don't use the `.opacity()` mixin here since it causes a bug with text | 
					
						
							| 
									
										
										
										
											2014-07-02 00:57:48 -04:00
										 |  |  | // fields in IE7-8. Source: https://github.com/twbs/bootstrap/pull/3552. | 
					
						
							| 
									
										
										
										
											2013-12-03 22:48:40 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | .fade { | 
					
						
							|  |  |  |   opacity: 0; | 
					
						
							|  |  |  |   .transition(opacity .15s linear); | 
					
						
							|  |  |  |   &.in { | 
					
						
							|  |  |  |     opacity: 1; | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .collapse { | 
					
						
							|  |  |  |   display: none; | 
					
						
							| 
									
										
										
										
											2014-11-08 14:27:02 -08:00
										 |  |  |   visibility: hidden; | 
					
						
							| 
									
										
										
										
											2014-07-02 00:57:48 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-11-08 14:27:02 -08:00
										 |  |  |   &.in      { display: block; visibility: visible; } | 
					
						
							| 
									
										
										
										
											2014-07-02 00:57:48 -04:00
										 |  |  |   tr&.in    { display: table-row; } | 
					
						
							|  |  |  |   tbody&.in { display: table-row-group; } | 
					
						
							| 
									
										
										
										
											2013-12-03 22:48:40 -05:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2014-07-02 00:57:48 -04:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-12-03 22:48:40 -05:00
										 |  |  | .collapsing { | 
					
						
							|  |  |  |   position: relative; | 
					
						
							|  |  |  |   height: 0; | 
					
						
							|  |  |  |   overflow: hidden; | 
					
						
							| 
									
										
										
										
											2014-11-08 14:27:02 -08:00
										 |  |  |   .transition-property(~"height, visibility"); | 
					
						
							|  |  |  |   .transition-duration(.35s); | 
					
						
							|  |  |  |   .transition-timing-function(ease); | 
					
						
							| 
									
										
										
										
											2013-12-03 22:48:40 -05:00
										 |  |  | } |