File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
apps/webapp/app/components/navigation Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ export function SideMenuSection({
5050 expanded : {
5151 height : "auto" ,
5252 transition : {
53- height : { duration : 0.3 , ease : "easeOut " } ,
53+ height : { duration : 0.3 , ease : "easeInOut " } ,
5454 } ,
5555 } ,
5656 collapsed : {
5757 height : 0 ,
5858 transition : {
59- height : { duration : 0.2 , ease : "easeIn " } ,
59+ height : { duration : 0.2 , ease : "easeInOut " } ,
6060 } ,
6161 } ,
6262 } }
@@ -67,12 +67,12 @@ export function SideMenuSection({
6767 expanded : {
6868 translateY : 0 ,
6969 opacity : 1 ,
70- transition : { duration : 0.3 , ease : "easeOut " } ,
70+ transition : { duration : 0.3 , ease : "easeInOut " } ,
7171 } ,
7272 collapsed : {
7373 translateY : "-100%" ,
7474 opacity : 0 ,
75- transition : { duration : 0.2 , ease : "easeIn " } ,
75+ transition : { duration : 0.2 , ease : "easeInOut " } ,
7676 } ,
7777 } }
7878 >
You can’t perform that action at this time.
0 commit comments