We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 929c979 + af04a66 commit a9903ecCopy full SHA for a9903ec
package.json
@@ -36,7 +36,7 @@
36
"prettier --write"
37
]
38
},
39
- "version": "3.4.0-rc.6",
+ "version": "3.4.0-rc.7",
40
"license": "MIT",
41
"private": false,
42
"main": "lib/commonjs/index",
src/theme/components/menu.ts
@@ -11,13 +11,13 @@ const baseStyle = {
11
bg: 'muted.800',
12
13
_presenceTransition: {
14
- initial: { opacity: 0, translateY: -10 },
+ initial: { opacity: 0 },
15
animate: {
16
opacity: 1,
17
translateY: 0,
18
transition: { duration: 200 },
19
20
- exit: { opacity: 0, translateY: -10, transition: { duration: 150 } },
+ exit: { opacity: 0, transition: { duration: 150 } },
21
style: StyleSheet.absoluteFill,
22
23
_overlay: {},
0 commit comments