Speed up animations throughout the panel
This commit is contained in:
parent
cbdede75a7
commit
28992c5e43
12 changed files with 13 additions and 14 deletions
|
@ -61,7 +61,7 @@ const DropdownMenu = ({ renderToggle, children }: Props) => {
|
|||
return (
|
||||
<div>
|
||||
{renderToggle(onClickHandler)}
|
||||
<Fade timeout={250} in={visible} unmountOnExit>
|
||||
<Fade timeout={150} in={visible} unmountOnExit>
|
||||
<div
|
||||
ref={menu}
|
||||
onClick={e => {
|
||||
|
|
Reference in a new issue