mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Add .transition-delay mixin
This commit is contained in:
		
							parent
							
								
									320b75de63
								
							
						
					
					
						commit
						ec6b320003
					
				|  | @ -260,6 +260,12 @@ | ||||||
|        -o-transition: @transition; |        -o-transition: @transition; | ||||||
|           transition: @transition; |           transition: @transition; | ||||||
| } | } | ||||||
|  | .transition-delay(@transition-delay) { | ||||||
|  |   -webkit-transition-delay: @transition-delay; | ||||||
|  |      -moz-transition-delay: @transition-delay; | ||||||
|  |        -o-transition-delay: @transition-delay; | ||||||
|  |           transition-delay: @transition-delay; | ||||||
|  | } | ||||||
| 
 | 
 | ||||||
| // Transformations | // Transformations | ||||||
| .rotate(@degrees) { | .rotate(@degrees) { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue