File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export const SidebarDirectoryChildren = (props: {
75
75
< motion . span
76
76
animate = { { x : 0 , opacity : 1 } }
77
77
className = { cn (
78
- 'text-[14px] flex items-center align-middle pl-3 h-8 max-w-full rounded-md text-slate-11 relative transition ease-in-out duration-200 ' ,
78
+ 'text-[14px] flex items-center align-middle pl-3 h-8 max-w-full rounded-md text-slate-11 relative transition-colors ' ,
79
79
{
80
80
'text-cyan-11' : isCurrentPage ,
81
81
'hover:text-slate-12' :
@@ -84,7 +84,7 @@ export const SidebarDirectoryChildren = (props: {
84
84
) }
85
85
initial = { { x : - 10 + - index * 1.5 , opacity : 0 } }
86
86
transition = { {
87
- x : { delay : 0.03 * index , duration : 0.05 } ,
87
+ x : { delay : 0.03 * index , duration : 0.2 } ,
88
88
opacity : { delay : 0.03 * index , duration : 0.2 } ,
89
89
} }
90
90
>
You can’t perform that action at this time.
0 commit comments