fix animation

This commit is contained in:
ArtChaos189 2023-05-25 16:59:50 +03:00 committed by Nastya
parent 119a56a656
commit b3e190f282

@ -9,7 +9,7 @@ export default function FloatingSupportChat() {
const animation = {
"@keyframes runningStripe": {
"0%": {
left: "0",
left: "10%",
backgroundColor: "transparent",
},
"10%": {
@ -78,7 +78,7 @@ export default function FloatingSupportChat() {
height: "100px",
width: "25px",
animation: "runningStripe linear 3s infinite",
transform: " skew(-10deg) rotate(60deg) skewX(20deg) skewY(10deg)",
transform: " skew(-10deg) rotate(70deg) skewX(20deg) skewY(10deg)",
boxShadow: "0px 3px 12px rgba(126, 42, 234, 0.1)",
opacity: "0.4",
...animation,