Skip to content

Commit

Permalink
fix: add transitions
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycassara committed Dec 1, 2023
1 parent 0502e42 commit 4c29dc6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export function App() {
border: "transparent",
opacity: controlsHidden ? "1" : "0",
transition: "opacity 220ms ease",
transitionDelay: "220ms",
}}
>
{<Text>Show controls</Text>}
Expand All @@ -85,7 +84,6 @@ export function App() {
style={{
opacity: controlsHidden ? "0" : "1",
transition: "opacity 220ms ease",
transitionDelay: "220ms",
}}
>
<Stack pt="md" gap={0} align="flex-end" justify="flex-end" w="100%">
Expand Down

0 comments on commit 4c29dc6

Please sign in to comment.