mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 15:32:56 +00:00 
			
		
		
		
	Implement inflating messages animation
This commit is contained in:
		@@ -28,6 +28,15 @@
 | 
			
		||||
  padding: $tiny;
 | 
			
		||||
  font-size: $font-size-base;
 | 
			
		||||
  margin-bottom: $hair;
 | 
			
		||||
 | 
			
		||||
  animation-name: inflate;
 | 
			
		||||
  animation-duration: 0.5s;
 | 
			
		||||
  animation-timing-function: cubic-bezier(0.01, 0.1, 0, 1);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@keyframes inflate {
 | 
			
		||||
  0%   { transform: scale(0,0); }
 | 
			
		||||
  100% { transform: scale(1,1); }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.tfw-grid-message-header {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user