From ff995c8d60795af5fced2c8af3717e46997bfeee Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Thu, 9 Feb 2023 10:06:02 +0500 Subject: [PATCH] web: make editor properties opening/closing faster --- apps/web/src/components/properties/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/properties/index.js b/apps/web/src/components/properties/index.js index ba5a67550..51fbb2f3f 100644 --- a/apps/web/src/components/properties/index.js +++ b/apps/web/src/components/properties/index.js @@ -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",