From 0502e42816804cf0136dcc63990fc75c11e1766e Mon Sep 17 00:00:00 2001 From: Tony Cassara Date: Thu, 30 Nov 2023 16:23:12 -0800 Subject: [PATCH] fix: add transitions --- src/App.tsx | 59 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 24 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 19523ed..5cb2491 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -41,41 +41,52 @@ export function App() { setControlsHidden(!controlsHidden) : () => {} } > - {controlsHidden && ( - - )} +