highlight current folder in pathlist in nav

This commit is contained in:
geoffrey45
2022-06-09 09:30:43 +03:00
parent 14364a1257
commit 6aad05084f
8 changed files with 77 additions and 60 deletions
+2 -13
View File
@@ -4,7 +4,7 @@ export default {
initial: {
opacity: 0,
x: 0,
y: 20
y: 20,
},
enter: {
opacity: 1,
@@ -21,7 +21,7 @@ export default {
opacity: 0,
x: -20,
},
enter: {
visible: {
opacity: 1,
x: 0,
transition: {
@@ -55,16 +55,5 @@ export default {
},
},
},
scale: {
initial: {
scale: 0.8,
},
enter: {
scale: 1,
transition: {
duration: 200,
},
},
},
},
};