From 3ecf5e24a19c3d170ee8db0caec22e89dc06e74d Mon Sep 17 00:00:00 2001 From: Shaurya0108 Date: Fri, 2 Feb 2024 20:06:39 -0600 Subject: [PATCH] got the safari performance to improve by making changes to the useBlob and Blob components --- src/components/CTA.tsx | 8 ++++---- src/lib/useBlobBg.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/CTA.tsx b/src/components/CTA.tsx index 836734c..5a3b041 100644 --- a/src/components/CTA.tsx +++ b/src/components/CTA.tsx @@ -6,18 +6,18 @@ const CTA = () => { return (
- - + {/* + */} {''} - + {/* */}
{ ...data?.cssVars, backgroundColor: 'hsla(0,0%,100%,0.5)', background: data?.background, - animation: `15000ms infinite alternate switchColor-${data?.bgInstance} cubic-bezier(0.4, 0, 0.6, 1)`, + // animation: `15000ms infinite alternate switchColor-${data?.bgInstance} cubic-bezier(0.4, 0, 0.6, 1)`, }, ]; };