fix animation
This commit is contained in:
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,
|
||||
|
Loading…
Reference in New Issue
Block a user