Skip to content

Commit caff73c

Browse files
committed
style: update menuOpen/menuClose animation timing to match MUI's Popover
1 parent d613bc9 commit caff73c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tailwind.common.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ module.exports = {
435435
},
436436
},
437437
animation: {
438-
menuOpen: 'menuOpen 0.2s ease-out',
439-
menuClose: 'menuClose 0.2s ease-out',
438+
menuOpen: 'menuOpen 225ms ease-in-out',
439+
menuClose: 'menuClose 195ms ease-in-out',
440440
},
441441
},
442442
},

0 commit comments

Comments
 (0)