Remove header transition
This commit is contained in:
		
							parent
							
								
									ff3a97f6cf
								
							
						
					
					
						commit
						8e6207f3e9
					
				
					 1 changed files with 0 additions and 12 deletions
				
			
		| 
						 | 
					@ -626,18 +626,6 @@ export default Vue.extend({
 | 
				
			||||||
</script>
 | 
					</script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<style lang="scss" scoped>
 | 
					<style lang="scss" scoped>
 | 
				
			||||||
.header-enter-active, .header-leave-active {
 | 
					 | 
				
			||||||
	transition: opacity 0.5s, transform 0.5s !important;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
.header-enter {
 | 
					 | 
				
			||||||
	opacity: 0;
 | 
					 | 
				
			||||||
	transform: scale(0.9);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
.header-leave-to {
 | 
					 | 
				
			||||||
	opacity: 0;
 | 
					 | 
				
			||||||
	transform: scale(0.9);
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
.nav-enter-active,
 | 
					.nav-enter-active,
 | 
				
			||||||
.nav-leave-active {
 | 
					.nav-leave-active {
 | 
				
			||||||
	opacity: 1;
 | 
						opacity: 1;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue