mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Fixed page title and description being visible before fading in (#268)
This commit is contained in:
		@@ -976,13 +976,13 @@ body.nav-opened .nav {
 | 
			
		||||
/* Add subtle load-in animation for content on the home page */
 | 
			
		||||
.home-template .page-title {
 | 
			
		||||
    -webkit-animation: fade-in-down 0.6s;
 | 
			
		||||
    animation: fade-in-down 0.6s;
 | 
			
		||||
    animation: fade-in-down 0.6s both;
 | 
			
		||||
    -webkit-animation-delay: 0.2s;
 | 
			
		||||
    animation-delay: 0.2s;
 | 
			
		||||
}
 | 
			
		||||
.home-template .page-description {
 | 
			
		||||
    -webkit-animation: fade-in-down 0.9s;
 | 
			
		||||
    animation: fade-in-down 0.9s;
 | 
			
		||||
    animation: fade-in-down 0.9s both;
 | 
			
		||||
    -webkit-animation-delay: 0.1s;
 | 
			
		||||
    animation-delay: 0.1s;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user