mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 05:43:45 +02:00
Speed up animations throughout the panel
This commit is contained in:
@@ -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 New Issue
Block a user