mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	Add a fade in animation when the tree view is shown
This commit is contained in:
		| @@ -214,6 +214,13 @@ | |||||||
|  * USER INTERFACE |  * USER INTERFACE | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|  |  @keyframes fade-in { | ||||||
|  |     from { | ||||||
|  |         opacity: 0; | ||||||
|  |     } to { | ||||||
|  |         opacity: 1; | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
| /* | /* | ||||||
|  *  Launcher pane |  *  Launcher pane | ||||||
| @@ -263,6 +270,7 @@ | |||||||
|  |  | ||||||
| #left-pane div.tree { | #left-pane div.tree { | ||||||
|     padding: 0 12px; |     padding: 0 12px; | ||||||
|  |     animation: fade-in 200ms ease-in; | ||||||
| } | } | ||||||
|  |  | ||||||
| #left-pane span.fancytree-node { | #left-pane span.fancytree-node { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user