From aca237cfd342d052238ed021208b05ab94b70588 Mon Sep 17 00:00:00 2001 From: analuiza2102 Date: Sun, 24 Mar 2024 14:57:51 -0300 Subject: [PATCH] Background Animation --- .../AnimatedBackground/AnimatedBackground.tsx | 365 ++++++++++++++++++ 1 file changed, 365 insertions(+) create mode 100644 src/Components/AnimatedBackground/AnimatedBackground.tsx diff --git a/src/Components/AnimatedBackground/AnimatedBackground.tsx b/src/Components/AnimatedBackground/AnimatedBackground.tsx new file mode 100644 index 0000000..48e1f48 --- /dev/null +++ b/src/Components/AnimatedBackground/AnimatedBackground.tsx @@ -0,0 +1,365 @@ +import { Box } from "@mui/material" + +export const AnimatedBackground = () => { + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ) +} \ No newline at end of file