From 119a56a656426df1ee8b6672f47973b71caae99b Mon Sep 17 00:00:00 2001 From: ArtChaos189 Date: Thu, 25 May 2023 16:10:30 +0300 Subject: [PATCH] opacity fix --- src/components/FloatingSupportChat/FloatingSupportChat.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/components/FloatingSupportChat/FloatingSupportChat.tsx b/src/components/FloatingSupportChat/FloatingSupportChat.tsx index ab880a9..b3308a3 100644 --- a/src/components/FloatingSupportChat/FloatingSupportChat.tsx +++ b/src/components/FloatingSupportChat/FloatingSupportChat.tsx @@ -11,27 +11,22 @@ export default function FloatingSupportChat() { "0%": { left: "0", backgroundColor: "transparent", - opacity: "0.4", }, "10%": { backgroundColor: "#ffffff", - opacity: "1", }, "50%": { backgroundColor: "#ffffff", transform: "translate(400px, 0)", - opacity: "1", }, "80%": { backgroundColor: "#ffffff", - opacity: "1", }, "100%": { backgroundColor: "transparent", boxShadow: "none", left: "100%", - opacity: "1", }, }, }; @@ -85,7 +80,7 @@ export default function FloatingSupportChat() { animation: "runningStripe linear 3s infinite", transform: " skew(-10deg) rotate(60deg) skewX(20deg) skewY(10deg)", boxShadow: "0px 3px 12px rgba(126, 42, 234, 0.1)", - opacity: "1", + opacity: "0.4", ...animation, }} />