mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-04 00:03:15 -05:00 
			
		
		
		
	Merge pull request #12855 from lipis/patch-1
Added the very useful .animation-fill-mode() mixin
This commit is contained in:
		
						commit
						ce4175b65e
					
				@ -243,6 +243,10 @@
 | 
			
		||||
  -webkit-animation-direction: @direction;
 | 
			
		||||
          animation-direction: @direction;
 | 
			
		||||
}
 | 
			
		||||
.animation-fill-mode(@fill-mode) {
 | 
			
		||||
  -webkit-animation-fill-mode: @fill-mode;
 | 
			
		||||
          animation-fill-mode: @fill-mode;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Backface visibility
 | 
			
		||||
// Prevent browsers from flickering when using CSS 3D transforms.
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user