ページ遷移のトランジションをなくした
This commit is contained in:
		
							parent
							
								
									6ca30df8c4
								
							
						
					
					
						commit
						e4e7ab1135
					
				
					 1 changed files with 0 additions and 12 deletions
				
			
		|  | @ -650,18 +650,6 @@ export default Vue.extend({ | |||
| 	transform: scale(0.9); | ||||
| } | ||||
| 
 | ||||
| .page-enter-active, .page-leave-active { | ||||
| 	transition: opacity 0.5s, transform 0.5s !important; | ||||
| } | ||||
| .page-enter { | ||||
| 	opacity: 0; | ||||
| 	transform: translateY(-32px); | ||||
| } | ||||
| .page-leave-to { | ||||
| 	opacity: 0; | ||||
| 	transform: translateY(32px); | ||||
| } | ||||
| 
 | ||||
| .nav-enter-active, | ||||
| .nav-leave-active { | ||||
| 	opacity: 1; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue