web: make editor properties opening/closing faster

This commit is contained in:
Abdullah Atta
2023-02-09 10:06:02 +05:00
parent 1f7b8ce1ed
commit ff995c8d60

View File

@@ -132,12 +132,12 @@ function Properties(props) {
x: 0
}}
transition={{
duration: 0.3,
duration: 0.1,
bounceDamping: 1,
bounceStiffness: 1,
ease: "easeOut"
}}
initial={{ x: 800 }}
initial={{ x: 600 }}
sx={{
display: "flex",
position: "absolute",