mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-20 07:13:45 +02:00
Speed up animations throughout the panel
This commit is contained in:
@@ -9,7 +9,7 @@ const InputSpinner = ({ visible, children }: { visible: boolean, children: React
|
||||
appear
|
||||
unmountOnExit
|
||||
in={visible}
|
||||
timeout={250}
|
||||
timeout={150}
|
||||
>
|
||||
<div css={tw`absolute right-0 h-full flex items-center justify-end pr-3`}>
|
||||
<Spinner size={'small'}/>
|
||||
|
||||
Reference in New Issue
Block a user