Speed up animations throughout the panel

This commit is contained in:
Dane Everitt
2020-07-05 13:56:04 -07:00
parent cbdede75a7
commit 28992c5e43
12 changed files with 13 additions and 14 deletions

View File

@@ -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'}/>