Beta-2.1 - The clearer, the faster #22
@@ -181,8 +181,8 @@ h2 {
 | 
				
			|||||||
/* animation */
 | 
					/* animation */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.appear {
 | 
					.appear {
 | 
				
			||||||
  -webkit-transition: all 0.3s;
 | 
					  -webkit-transition: all 1s;
 | 
				
			||||||
  transition: all 0.3s;
 | 
					  transition: all 1s;
 | 
				
			||||||
  opacity: 0;
 | 
					  opacity: 0;
 | 
				
			||||||
  -webkit-transform: translateY(20px);
 | 
					  -webkit-transform: translateY(20px);
 | 
				
			||||||
          transform: translateY(20px);
 | 
					          transform: translateY(20px);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user