mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-10-31 07:57:45 +03:00 
			
		
		
		
	Resolves #775 Snackbar transitions have invalid '0' values
This commit is contained in:
		
							parent
							
								
									a53c454aa5
								
							
						
					
					
						commit
						cb3096e0da
					
				|  | @ -11,7 +11,7 @@ | ||||||
| 
 | 
 | ||||||
|     // Animation |     // Animation | ||||||
|     height: 0; |     height: 0; | ||||||
|     transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, padding 0 linear 0.2s, height 0 linear 0.2s; |     transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s; | ||||||
|     transform: translateY(200%); |     transform: translateY(200%); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | @ -22,7 +22,7 @@ | ||||||
| 
 | 
 | ||||||
|     // Animation |     // Animation | ||||||
|     height: auto; |     height: auto; | ||||||
|     transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0 linear 0.2s, height 0 linear 0.2s; |     transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s; | ||||||
|     transform: none; |     transform: none; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user