mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Wrap .fade and .collapsing transition properties in -transitions
This commit is contained in:
		
							parent
							
								
									990a901e52
								
							
						
					
					
						commit
						6e16a6b40a
					
				| 
						 | 
				
			
			@ -1,6 +1,9 @@
 | 
			
		|||
.fade {
 | 
			
		||||
  opacity: 0;
 | 
			
		||||
  transition: opacity .15s linear;
 | 
			
		||||
 | 
			
		||||
  @if $enable-transitions {
 | 
			
		||||
    transition: opacity .15s linear;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &.active {
 | 
			
		||||
    opacity: 1;
 | 
			
		||||
| 
						 | 
				
			
			@ -30,7 +33,10 @@ tbody {
 | 
			
		|||
  position: relative;
 | 
			
		||||
  height: 0;
 | 
			
		||||
  overflow: hidden;
 | 
			
		||||
  transition-timing-function: ease;
 | 
			
		||||
  transition-duration: .35s;
 | 
			
		||||
  transition-property: height;
 | 
			
		||||
 | 
			
		||||
  @if $enable-transitions {
 | 
			
		||||
    transition-timing-function: ease;
 | 
			
		||||
    transition-duration: .35s;
 | 
			
		||||
    transition-property: height;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue