mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
highlight current folder in pathlist in nav
This commit is contained in:
+2
-13
@@ -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,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user