Made ContextMenu animation little fast (#114)
authorAjay Bura <ajbura@gmail.com>
Mon, 4 Oct 2021 05:28:28 +0000 (10:58 +0530)
committerAjay Bura <ajbura@gmail.com>
Mon, 4 Oct 2021 05:30:18 +0000 (11:00 +0530)
Signed-off-by: Ajay Bura <ajbura@gmail.com>
src/app/atoms/context-menu/ContextMenu.jsx

index 023ee38b949158d0f4c01e534e9cffaf7b0ef722..69734518efc77afd5ac570e40393cd847f80672b 100644 (file)
@@ -31,6 +31,7 @@ function ContextMenu({
       interactive
       arrow={false}
       maxWidth={maxWidth}
+      duration={200}
     >
       {render(isVisible ? hideMenu : showMenu)}
     </Tippy>