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

@@ -61,7 +61,7 @@ export default () => {
return (
<div className={'w-full fixed'} style={{ height: '2px' }}>
<CSSTransition
timeout={250}
timeout={150}
appear
in={visible}
unmountOnExit