1
Fork 0
mirror of https://github.com/RGBCube/cinny synced 2025-08-03 10:27:45 +00:00

Made ContextMenu animation little fast (#114)

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2021-10-04 10:58:28 +05:30
parent 0f02bfd2c3
commit ea47750ea4

View file

@ -31,6 +31,7 @@ function ContextMenu({
interactive interactive
arrow={false} arrow={false}
maxWidth={maxWidth} maxWidth={maxWidth}
duration={200}
> >
{render(isVisible ? hideMenu : showMenu)} {render(isVisible ? hideMenu : showMenu)}
</Tippy> </Tippy>