{
  "blurIn": {
    "class": "ca__fx-blurIn",
    "animation": {
      "name": "blurIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "filter": "blur(20px)",
        "opacity": "0"
      },
      "to": {
        "opacity": "1",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "blurInLeft": {
    "class": "ca__fx-blurInfromLeft",
    "animation": {
      "name": "blurInLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateX(-100%)",
        "filter": "blur(20px)",
        "opacity": "0"
      },
      "to": {
        "opacity": "1",
        "transform": "translateX(0)",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "blurInRight": {
    "class": "ca__fx-blurInFromRight",
    "animation": {
      "name": "blurInRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateX(100%)",
        "filter": "blur(20px)",
        "opacity": "0"
      },
      "to": {
        "opacity": "1",
        "transform": "translateX(0)",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "blurInTop": {
    "class": "ca__fx-blurInFromTop",
    "animation": {
      "name": "blurInTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateY(-100%)",
        "filter": "blur(20px)",
        "opacity": "0"
      },
      "to": {
        "opacity": "1",
        "transform": "translateY(0)",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "blurInBottom": {
    "class": "ca__fx-blurInFromBottom",
    "animation": {
      "name": "blurInBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateY(100%)",
        "filter": "blur(20px)",
        "opacity": "0"
      },
      "to": {
        "opacity": "1",
        "transform": "translateY(0)",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "blurOut": {
    "class": "ca__fx-blurOut",
    "animation": {
      "name": "blurOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "85%": {
        "filter": "blur(20px)"
      },
      "100%": {
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "blurOutLeft": {
    "class": "ca__fx-blurOutToLeft",
    "animation": {
      "name": "blurOutLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "85%": {
        "filter": "blur(20px)",
        "transform": "translateX(-100%)"
      },
      "100%": {
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "blurOutRight": {
    "class": "ca__fx-blurOutToRight",
    "animation": {
      "name": "blurOutRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "85%": {
        "filter": "blur(20px)",
        "transform": "translateX(100%)"
      },
      "100%": {
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "blurOutTop": {
    "class": "ca__fx-blurOutToTop",
    "animation": {
      "name": "blurOutTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "85%": {
        "filter": "blur(20px)",
        "transform": "translateY(-100%)"
      },
      "100%": {
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "blurOutBottom": {
    "class": "ca__fx-blurOutToBottom",
    "animation": {
      "name": "blurOutBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "85%": {
        "filter": "blur(20px)",
        "transform": "translateY(100%)"
      },
      "100%": {
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bounceX": {
    "class": "ca__fx-bounceX",
    "animation": {
      "name": "bounceX",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "animation-timing-function": "ease-out",
        "transform": "scale3d(1, 1, 1)"
      },
      "25%": {
        "animation-timing-function": "ease-out",
        "transform": "scale3d(1, 1, 1)"
      },
      "55%": {
        "animation-timing-function": "ease-out",
        "transform": "scale3d(1, 1, 1)"
      },
      "85%": {
        "animation-timing-function": "ease-out",
        "transform": "scale3d(1, 1, 1)"
      },
      "100%": {
        "animation-timing-function": "ease-out",
        "transform": "scale3d(1, 1, 1)"
      },
      "41%": {
        "animation-timing-function": "ease-in",
        "transform": "scale3d(1.8, 1, 1)"
      },
      "44%": {
        "animation-timing-function": "ease-in",
        "transform": "scale3d(1.8, 1, 1)"
      },
      "70%": {
        "animation-timing-function": "ease-in",
        "transform": "scale3d(1.5, 1, 1)"
      },
      "90%": {
        "transform": "scale3d(1.1, 1, 1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bounceY": {
    "class": "ca__fx-bounceY",
    "animation": {
      "name": "bounceY",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "animation-timing-function": "ease-out",
        "transform": "scale3d(1, 1, 1)"
      },
      "25%": {
        "animation-timing-function": "ease-out",
        "transform": "scale3d(1, 1, 1)"
      },
      "55%": {
        "animation-timing-function": "ease-out",
        "transform": "scale3d(1, 1, 1)"
      },
      "85%": {
        "animation-timing-function": "ease-out",
        "transform": "scale3d(1, 1, 1)"
      },
      "100%": {
        "animation-timing-function": "ease-out",
        "transform": "scale3d(1, 1, 1)"
      },
      "41%": {
        "animation-timing-function": "ease-in",
        "transform": "scale3d(1, 2, 1)"
      },
      "44%": {
        "animation-timing-function": "ease-in",
        "transform": "scale3d(1, 2, 1)"
      },
      "70%": {
        "animation-timing-function": "ease-in",
        "transform": "scale3d(1, 1.5, 1)"
      },
      "90%": {
        "transform": "scale3d(1, 1.1, 1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bounceZoomOut": {
    "class": "ca__fx-bounceZoomOut",
    "animation": {
      "name": "bounceZoomOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "animation-timing-function": "ease-out",
        "transform": "scale(1)"
      },
      "25%": {
        "animation-timing-function": "ease-out",
        "transform": "scale(1)"
      },
      "55%": {
        "animation-timing-function": "ease-out",
        "transform": "scale(1)"
      },
      "85%": {
        "animation-timing-function": "ease-out",
        "transform": "scale(1)"
      },
      "100%": {
        "animation-timing-function": "ease-out",
        "transform": "scale(1)"
      },
      "41%": {
        "animation-timing-function": "ease-in",
        "transform": "scale(0.3)"
      },
      "44%": {
        "animation-timing-function": "ease-in",
        "transform": "scale(0.3)"
      },
      "70%": {
        "animation-timing-function": "ease-in",
        "transform": "scale(0.5)"
      },
      "90%": {
        "transform": "scale(0.9)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "spring": {
    "class": "ca__fx-spring",
    "animation": {
      "name": "spring",
      "duration": "0.6s)",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0)"
      },
      "100%": {
        "transform": "translateY(0)"
      },
      "50%": {
        "transform": "translateY(calc(var(--spring-height, 1rem) * -1))"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "boing": {
    "class": "ca__fx-boing",
    "animation": {
      "name": "boing",
      "duration": "0.9s)",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0)"
      },
      "100%": {
        "transform": "translateY(0)"
      },
      "30%": {
        "transform": "translateY(calc(var(--boing-height, 1rem) * -1.1))"
      },
      "50%": {
        "transform": "translateY(calc(var(--boing-height, 1rem) * 0.3))"
      },
      "70%": {
        "transform": "translateY(calc(var(--boing-height, 1rem) * -0.5))"
      },
      "90%": {
        "transform": "translateY(calc(var(--boing-height, 1rem) * 0.15))"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "hop": {
    "class": "ca__fx-hop",
    "animation": {
      "name": "hop",
      "duration": "0.5s)",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0)"
      },
      "100%": {
        "transform": "translateY(0)"
      },
      "40%": {
        "transform": "translateY(calc(var(--hop-height, 0.8rem) * -1))"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "lift": {
    "class": "ca__fx-lift",
    "animation": {
      "name": "lift",
      "duration": "1.2s)",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0)"
      },
      "100%": {
        "transform": "translateY(0)"
      },
      "50%": {
        "transform": "translateY(calc(var(--lift-height, 10px) * -1))"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "popUp": {
    "class": "ca__fx-popUp",
    "animation": {
      "name": "popUp",
      "duration": "0.5s)",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.95) translateY(0)",
        "opacity": "0"
      },
      "60%": {
        "transform": "scale(1.05) translateY(calc(var(--popUp-height, 8px) * -1))",
        "opacity": "1"
      },
      "80%": {
        "transform": "scale(0.98) translateY(calc(var(--popUp-height, 8px) * -0.3))"
      },
      "100%": {
        "transform": "scale(1) translateY(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rebound": {
    "class": "ca__fx-rebound",
    "animation": {
      "name": "rebound",
      "duration": "0.7s)",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0)"
      },
      "100%": {
        "transform": "translateY(0)"
      },
      "20%": {
        "transform": "translateY(calc(var(--rebound-height, 1rem) * -1))"
      },
      "40%": {
        "transform": "translateY(calc(var(--rebound-height, 1rem) * 0.5))"
      },
      "60%": {
        "transform": "translateY(calc(var(--rebound-height, 1rem) * -0.3))"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "jump": {
    "class": "ca__fx-jump",
    "animation": {
      "name": "jump",
      "duration": "0.6s)",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0)"
      },
      "100%": {
        "transform": "translateY(0)"
      },
      "30%": {
        "transform": "translateY(calc(var(--jump-height, 1.2rem) * -1))"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "jumping": {
    "class": "ca__fx-jumping",
    "animation": {
      "name": "jumping",
      "duration": "1.2s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "transform-origin": "bottom center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0) scale(1)",
        "opacity": "0.7"
      },
      "100%": {
        "transform": "translateY(0) scale(1)",
        "opacity": "0.7"
      },
      "25%": {
        "transform": "translateY(-20%) scale(1.1)",
        "opacity": "1"
      },
      "50%": {
        "transform": "translateY(0) scale(0.95)",
        "opacity": "0.8"
      },
      "75%": {
        "transform": "translateY(-10%) scale(1.05)",
        "opacity": "0.9"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "launch": {
    "class": "ca__fx-launch",
    "animation": {
      "name": "launch",
      "duration": "0.8s)",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0)"
      },
      "20%": {
        "transform": "translateY(calc(var(--launch-height, 2rem) * -1.2))"
      },
      "40%": {
        "transform": "translateY(calc(var(--launch-height, 2rem) * 0.5))"
      },
      "60%": {
        "transform": "translateY(calc(var(--launch-height, 2rem) * -0.3))"
      },
      "80%": {
        "transform": "translateY(calc(var(--launch-height, 2rem) * 0.15))"
      },
      "100%": {
        "transform": "translateY(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "levitate": {
    "class": "ca__fx-levitate",
    "animation": {
      "name": "levitate",
      "duration": "2s)",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0)"
      },
      "100%": {
        "transform": "translateY(0)"
      },
      "50%": {
        "transform": "translateY(calc(var(--levitate-height, 0.6rem) * -1))"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "jitterJump": {
    "class": "ca__fx-jitterJump",
    "animation": {
      "name": "jitterJump",
      "duration": "1.3s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0) scale(1, 1)"
      },
      "20%": {
        "transform": "translateY(-40px) scale(1.1, 0.9)"
      },
      "40%": {
        "transform": "translateY(0) scale(0.9, 1.1)"
      },
      "60%": {
        "transform": "translateY(-20px) scale(1.05, 0.95)"
      },
      "80%": {
        "transform": "translateY(0) scale(0.98, 1.02)"
      },
      "100%": {
        "transform": "translateY(0) scale(1, 1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "elasticJump": {
    "class": "ca__fx-elasticJump",
    "animation": {
      "name": "elasticJump",
      "duration": "1.2s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "transform-origin": "bottom center",
      "display": "inline-block"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0) scaleY(1)"
      },
      "100%": {
        "transform": "translateY(0) scaleY(1)"
      },
      "30%": {
        "transform": "translateY(-40%) scaleY(1.2)"
      },
      "50%": {
        "transform": "translateY(0) scaleY(0.9)"
      },
      "70%": {
        "transform": "translateY(-20%) scaleY(1.05)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "squishyBounce": {
    "class": "ca__fx-squishyBounce",
    "animation": {
      "name": "squishyBounce",
      "duration": "1.4s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "transform-origin": "bottom center",
      "display": "inline-block"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0) scale(1, 1)"
      },
      "100%": {
        "transform": "translateY(0) scale(1, 1)"
      },
      "25%": {
        "transform": "translateY(-30%) scale(1.1, 0.9)"
      },
      "50%": {
        "transform": "translateY(0) scale(0.95, 1.05)"
      },
      "75%": {
        "transform": "translateY(-15%) scale(1.05, 0.95)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bouncyDrop": {
    "class": "ca__fx-bouncyDrop",
    "animation": {
      "name": "bouncyDrop",
      "duration": "1.5s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "transform-origin": "top center",
      "display": "inline-block"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-100%) scaleY(1.2)",
        "opacity": "0"
      },
      "30%": {
        "transform": "translateY(10%) scaleY(0.8)",
        "opacity": "1"
      },
      "60%": {
        "transform": "translateY(-5%) scaleY(1.1)"
      },
      "100%": {
        "transform": "translateY(0) scaleY(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bounceInTop": {
    "class": "ca__fx-bounceInTop",
    "animation": {
      "name": "bounceInTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translate3d(0, -300%, 0)"
      },
      "58%": {
        "transform": "translate3d(0, 27px, 0)"
      },
      "73%": {
        "transform": "translate3d(0, -12px, 0)"
      },
      "88%": {
        "transform": "translate3d(0, 7px, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bounceInBottom": {
    "class": "ca__fx-bounceInBottom",
    "animation": {
      "name": "bounceInBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translate3d(0, 300%, 0)"
      },
      "58%": {
        "transform": "translate3d(0, -27px, 0)"
      },
      "73%": {
        "transform": "translate3d(0, 12px, 0)"
      },
      "88%": {
        "transform": "translate3d(0, -8px, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bounceInLeft": {
    "class": "ca__fx-bounceInLeft",
    "animation": {
      "name": "bounceInLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translate3d(-300%, 0, 0)"
      },
      "58%": {
        "transform": "translate3d(27px, 0, 0)"
      },
      "73%": {
        "transform": "translate3d(-12px, 0, 0)"
      },
      "88%": {
        "transform": "translate3d(8px, 0, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bounceInRight": {
    "class": "ca__fx-bounceInRight",
    "animation": {
      "name": "bounceInRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translate3d(300%, 0, 0)"
      },
      "58%": {
        "transform": "translate3d(-27px, 0, 0)"
      },
      "73%": {
        "transform": "translate3d(12px, 0, 0)"
      },
      "88%": {
        "transform": "translate3d(-8px, 0, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bounceFromTop": {
    "class": "ca__fx-bounceFromTop",
    "animation": {
      "name": "bounceFromTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "animation-timing-function": "ease-out",
        "transform": "translate3d(0, 0, 0)"
      },
      "25%": {
        "animation-timing-function": "ease-out",
        "transform": "translate3d(0, 0, 0)"
      },
      "55%": {
        "animation-timing-function": "ease-out",
        "transform": "translate3d(0, 0, 0)"
      },
      "85%": {
        "animation-timing-function": "ease-out",
        "transform": "translate3d(0, 0, 0)"
      },
      "100%": {
        "animation-timing-function": "ease-out",
        "transform": "translate3d(0, 0, 0)"
      },
      "41%": {
        "animation-timing-function": "ease-in",
        "transform": "translate3d(0, -80px, 0) scale3d(1, 1.6, 1)"
      },
      "44%": {
        "animation-timing-function": "ease-in",
        "transform": "translate3d(0, -80px, 0) scale3d(1, 1.6, 1)"
      },
      "70%": {
        "animation-timing-function": "ease-in",
        "transform": "translate3d(0, -20px, 0)"
      },
      "90%": {
        "transform": "translate3d(0, -4px, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bounceFromDown": {
    "class": "ca__fx-bounceFromDown",
    "animation": {
      "name": "bounceFromDown",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "animation-timing-function": "ease-out",
        "transform": "translate3d(0, 0, 0)"
      },
      "25%": {
        "animation-timing-function": "ease-out",
        "transform": "translate3d(0, 0, 0)"
      },
      "55%": {
        "animation-timing-function": "ease-out",
        "transform": "translate3d(0, 0, 0)"
      },
      "85%": {
        "animation-timing-function": "ease-out",
        "transform": "translate3d(0, 0, 0)"
      },
      "100%": {
        "animation-timing-function": "ease-out",
        "transform": "translate3d(0, 0, 0)"
      },
      "41%": {
        "animation-timing-function": "ease-in",
        "transform": "translate3d(0, 80px, 0) scale3d(1, 1.2, 1)"
      },
      "44%": {
        "animation-timing-function": "ease-in",
        "transform": "translate3d(0, 80px, 0) scale3d(1, 1.2, 1)"
      },
      "70%": {
        "animation-timing-function": "ease-in",
        "transform": "translate3d(0, 20px, 0)"
      },
      "90%": {
        "transform": "translate3d(0, 4px, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bounceOutTop": {
    "class": "ca__fx-bounceOutTop",
    "animation": {
      "name": "bounceOutTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "18%": {
        "transform": "translate3d(0, 27px, 0)"
      },
      "33%": {
        "transform": "translate3d(0, -12px, 0)"
      },
      "48%": {
        "transform": "translate3d(0, 8px, 0)"
      },
      "100%": {
        "opacity": "0",
        "transform": "translate3d(0, -300%, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bounceOutBottom": {
    "class": "ca__fx-bounceOutBottom",
    "animation": {
      "name": "bounceOutBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "18%": {
        "transform": "translate3d(0, -27px, 0)"
      },
      "33%": {
        "transform": "translate3d(0, 12px, 0)"
      },
      "48%": {
        "transform": "translate3d(0, -8px, 0)"
      },
      "100%": {
        "opacity": "0",
        "transform": "translate3d(0, 300%, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bounceOutLeft": {
    "class": "ca__fx-bounceOutLeft",
    "animation": {
      "name": "bounceOutLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "18%": {
        "transform": "translate3d(27px, 0, 0)"
      },
      "33%": {
        "transform": "translate3d(-12px, 0, 0)"
      },
      "48%": {
        "transform": "translate3d(8px, 0, 0)"
      },
      "100%": {
        "opacity": "0",
        "transform": "translate3d(-300%, 0, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bounceOutRight": {
    "class": "ca__fx-bounceOutRight",
    "animation": {
      "name": "bounceOutRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "18%": {
        "transform": "translate3d(-27px, 0, 0)"
      },
      "33%": {
        "transform": "translate3d(12px, 0, 0)"
      },
      "48%": {
        "transform": "translate3d(-8px, 0, 0)"
      },
      "100%": {
        "opacity": "0",
        "transform": "translate3d(300%, 0, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "clipCircleExpandIn": {
    "class": "ca__fx-clipCircleExpandIn",
    "animation": {
      "name": "clipCircleExpandIn",
      "duration": "3s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "clip-path": "circle(0% at 50% 50%)"
    },
    "keyframes": {
      "0%": {
        "clip-path": "circle(0% at 50% 50%)"
      },
      "100%": {
        "clip-path": "circle(150% at 50% 50%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "clipCircleCollapseOut": {
    "class": "ca__fx-clipCircleCollapseOut",
    "animation": {
      "name": "clipCircleCollapseOut",
      "duration": "3s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "clip-path": "circle(150% at 50% 50%)",
      "will-change": "clip-path"
    },
    "keyframes": {
      "0%": {
        "clip-path": "circle(150% at 50% 50%)"
      },
      "100%": {
        "clip-path": "circle(0% at 50% 50%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "clipDiagonalWipeIn": {
    "class": "ca__fx-clipDiagonalWipeIn",
    "animation": {
      "name": "clipDiagonalWipeIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "clip-path": "polygon(0 0, 0 0, 0 0, 0 0)",
        "opacity": "0"
      },
      "100%": {
        "clip-path": "polygon(0 0, 100% 0, 100% 100%, 0% 100%)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "clipDiagonalWipeOut": {
    "class": "ca__fx-clipDiagonalWipeOut",
    "animation": {
      "name": "clipDiagonalWipeOut",
      "duration": "1s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "clip-path": "polygon(0 0, 100% 0, 100% 100%, 0% 100%)",
        "opacity": "1"
      },
      "100%": {
        "clip-path": "polygon(100% 100%, 100% 100%, 100% 100%, 100% 100%)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "clipGridReveal": {
    "class": "ca__fx-clipGridReveal",
    "animation": {
      "name": "clipGridReveal",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "clip-path": "polygon(0 0, 0 0, 0 0, 0 0)",
        "opacity": "0"
      },
      "40%": {
        "clip-path": "polygon(0 0, 100% 0, 0 100%, 0 0)",
        "opacity": "0.5"
      },
      "70%": {
        "clip-path": "polygon(0 0, 100% 0, 100% 100%, 0 100%)",
        "opacity": "0.8"
      },
      "100%": {
        "clip-path": "inset(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "clipGridCollapse": {
    "class": "ca__fx-clipGridCollapse",
    "animation": {
      "name": "clipGridCollapse",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "clip-path": "inset(0)",
        "opacity": "1"
      },
      "40%": {
        "clip-path": "polygon(0 0, 100% 0, 100% 100%, 0 100%)",
        "opacity": "0.5"
      },
      "100%": {
        "clip-path": "polygon(0 0, 0 0, 0 0, 0 0)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "clipVerticalSplitIn": {
    "class": "ca__fx-clipVerticalSplitIn",
    "animation": {
      "name": "clipVerticalSplitIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "clip-path": "polygon(50% 0, 50% 0, 50% 100%, 50% 100%)",
        "opacity": "0"
      },
      "100%": {
        "clip-path": "polygon(0 0, 100% 0, 100% 100%, 0% 100%)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "clipVerticalSplitOut": {
    "class": "ca__fx-clipVerticalSplitOut",
    "animation": {
      "name": "clipVerticalSplitOut",
      "duration": "0.9s",
      "timingFunction": "ease-in",
      "fillMode": "forwards",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "clip-path": "polygon(0 0, 100% 0, 100% 100%, 0 100%)",
        "opacity": "1"
      },
      "100%": {
        "clip-path": "polygon(50% 0, 50% 0, 50% 100%, 50% 100%)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "clipCrossSweepOut": {
    "class": "ca__fx-clipCrossSweepOut",
    "animation": {
      "name": "clipCrossSweepOut",
      "duration": "1.1s",
      "timingFunction": "ease-in",
      "fillMode": "forwards",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "clip-path": "inset(0)",
        "opacity": "1"
      },
      "60%": {
        "clip-path": "polygon(25% 25%, 75% 25%, 75% 75%, 25% 75%)",
        "opacity": "0.6"
      },
      "100%": {
        "clip-path": "polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "clipBurstCircle": {
    "class": "ca__fx-clipBurstCircle",
    "animation": {
      "name": "clipBurstCircle",
      "duration": "0.9s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "clip-path": "circle(0% at 50% 50%)"
    },
    "keyframes": {
      "0%": {
        "clip-path": "circle(0% at 50% 50%)",
        "opacity": "0"
      },
      "60%": {
        "clip-path": "circle(60% at 50% 50%)",
        "opacity": "1"
      },
      "100%": {
        "clip-path": "circle(120% at 50% 50%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "clipDiamondIn": {
    "class": "ca__fx-clipDiamondIn",
    "animation": {
      "name": "clipDiamondIn",
      "duration": "0.8s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "clip-path": "polygon(50% 0, 100% 50%, 50% 100%, 0% 50%)",
        "opacity": "0",
        "transform": "scale(0.6)"
      },
      "100%": {
        "clip-path": "inset(0)",
        "opacity": "1",
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "clipDiagonalSliceIn": {
    "class": "ca__fx-clipDiagonalSliceIn",
    "animation": {
      "name": "clipDiagonalSliceIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "clip-path": "polygon(0 0, 0 0, 0 100%, 0 100%)",
        "opacity": "0"
      },
      "100%": {
        "clip-path": "polygon(0 0, 100% 0, 100% 100%, 0 100%)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "clipMultiStepReveal": {
    "class": "ca__fx-clipMultiStepReveal",
    "animation": {
      "name": "clipMultiStepReveal",
      "duration": "1.1s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "clip-path": "polygon(0 0, 0 0, 0 100%, 0 100%)",
        "opacity": "0"
      },
      "50%": {
        "clip-path": "polygon(0 0, 80% 0, 80% 100%, 0 100%)",
        "opacity": "0.6"
      },
      "100%": {
        "clip-path": "polygon(0 0, 100% 0, 100% 100%, 0 100%)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "clipMultiStepCollapse": {
    "class": "ca__fx-clipMultiStepCollapse",
    "animation": {
      "name": "clipMultiStepCollapse",
      "duration": "1.1s",
      "timingFunction": "ease-in-out",
      "fillMode": "forwards",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "clip-path": "polygon(0 0, 100% 0, 100% 100%, 0 100%)",
        "opacity": "1"
      },
      "50%": {
        "clip-path": "polygon(0 0, 80% 0, 80% 100%, 0 100%)",
        "opacity": "0.5"
      },
      "100%": {
        "clip-path": "polygon(0 0, 0 0, 0 100%, 0 100%)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "morph": {
    "class": "ca__fx-clipAnimate",
    "animation": {
      "name": "morph",
      "duration": "8s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "clip-path": "polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)"
      },
      "50%": {
        "clip-path": "polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%)"
      },
      "100%": {
        "clip-path": "polygon(0% 15%, 15% 0%, 100% 0%, 85% 15%, 100% 100%, 0% 100%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "wave-morph": {
    "class": "ca__fx-clipAnimateWave",
    "animation": {
      "name": "wave-morph",
      "duration": "7s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "/* A gentle, slightly curved top and bottom */\r\n    clip-path": "polygon(\r\n      0% 20%,\r\n      10% 25%,\r\n      20% 20%,\r\n      30% 25%,\r\n      40% 20%,\r\n      50% 25%,\r\n      60% 20%,\r\n      70% 25%,\r\n      80% 20%,\r\n      90% 25%,\r\n      100% 20%,\r\n      100% 80%,\r\n      90% 75%,\r\n      80% 80%,\r\n      70% 75%,\r\n      60% 80%,\r\n      50% 75%,\r\n      40% 80%,\r\n      30% 75%,\r\n      20% 80%,\r\n      10% 75%,\r\n      0% 80%\r\n    )"
      },
      "25%": {
        "/* More pronounced wave, expanding horizontally */\r\n    clip-path": "polygon(\r\n      0% 0%,\r\n      15% 10%,\r\n      30% 0%,\r\n      45% 10%,\r\n      60% 0%,\r\n      75% 10%,\r\n      90% 0%,\r\n      100% 10%,\r\n      100% 90%,\r\n      90% 100%,\r\n      75% 90%,\r\n      60% 100%,\r\n      45% 90%,\r\n      30% 100%,\r\n      15% 90%,\r\n      0% 100%\r\n    )"
      },
      "50%": {
        "/* Reaching a flatter, more compressed state */\r\n    clip-path": "polygon(0% 30%, 100% 30%, 100% 70%, 0% 70%)"
      },
      "75%": {
        "/* Another wave pattern, perhaps inverted or shifted */\r\n    clip-path": "polygon(\r\n      0% 10%,\r\n      10% 0%,\r\n      20% 10%,\r\n      30% 0%,\r\n      40% 10%,\r\n      50% 0%,\r\n      60% 10%,\r\n      70% 0%,\r\n      80% 10%,\r\n      90% 0%,\r\n      100% 10%,\r\n      100% 90%,\r\n      90% 100%,\r\n      80% 90%,\r\n      70% 100%,\r\n      60% 90%,\r\n      50% 100%,\r\n      40% 90%,\r\n      30% 100%,\r\n      20% 90%,\r\n      10% 100%,\r\n      0% 90%\r\n    )"
      },
      "100%": {
        "/* Back to the initial gentle wave */\r\n    clip-path": "polygon(\r\n      0% 20%,\r\n      10% 25%,\r\n      20% 20%,\r\n      30% 25%,\r\n      40% 20%,\r\n      50% 25%,\r\n      60% 20%,\r\n      70% 25%,\r\n      80% 20%,\r\n      90% 25%,\r\n      100% 20%,\r\n      100% 80%,\r\n      90% 75%,\r\n      80% 80%,\r\n      70% 75%,\r\n      60% 80%,\r\n      50% 75%,\r\n      40% 80%,\r\n      30% 75%,\r\n      20% 80%,\r\n      10% 75%,\r\n      0% 80%\r\n    )"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "danceTop": {
    "class": "ca__fx-danceTop",
    "animation": {
      "name": "danceTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top"
    },
    "keyframes": {
      "16%": {
        "transform": "skew(-14deg)"
      },
      "33%": {
        "transform": "skew(12deg)"
      },
      "49%": {
        "transform": "skew(-8deg)"
      },
      "66%": {
        "transform": "skew(6deg)"
      },
      "83%": {
        "transform": "skew(-4deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "danceMiddle": {
    "class": "ca__fx-danceMiddle",
    "animation": {
      "name": "danceMiddle",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "16%": {
        "transform": "skew(-14deg)"
      },
      "33%": {
        "transform": "skew(12deg)"
      },
      "49%": {
        "transform": "skew(-8deg)"
      },
      "66%": {
        "transform": "skew(6deg)"
      },
      "83%": {
        "transform": "skew(-4deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "danceBottom": {
    "class": "ca__fx-danceBottom",
    "animation": {
      "name": "danceBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom"
    },
    "keyframes": {
      "16%": {
        "transform": "skew(-14deg)"
      },
      "33%": {
        "transform": "skew(12deg)"
      },
      "49%": {
        "transform": "skew(-8deg)"
      },
      "66%": {
        "transform": "skew(6deg)"
      },
      "83%": {
        "transform": "skew(-4deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "doorCloseFromLeft": {
    "class": "ca__fx-doorCloseFromLeft",
    "animation": {
      "name": "doorCloseFromLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(400px) rotateY(90deg)",
        "transform-origin": "left",
        "opacity": "0"
      },
      "50%": {
        "transform": "perspective(400px) rotateY(0deg)",
        "transform-origin": "left",
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(400px) rotateY(0deg)",
        "transform-origin": "left",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "doorOpenFromRight": {
    "class": "ca__fx-doorOpenFromRight",
    "animation": {
      "name": "doorOpenFromRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(400px) rotateY(0deg)",
        "transform-origin": "left",
        "opacity": "1"
      },
      "50%": {
        "transform": "perspective(400px) rotateY(90deg)",
        "transform-origin": "left",
        "opacity": "0"
      },
      "100%": {
        "transform": "perspective(400px) rotateY(90deg)",
        "transform-origin": "left",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "doorCloseFromRight": {
    "class": "ca__fx-doorCloseFromRight",
    "animation": {
      "name": "doorCloseFromRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(400px) rotateY(-90deg)",
        "transform-origin": "right",
        "opacity": "0"
      },
      "50%": {
        "transform": "perspective(400px) rotateY(0deg)",
        "transform-origin": "right",
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(400px) rotateY(0deg)",
        "transform-origin": "right",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "doorOpenFromLeft": {
    "class": "ca__fx-doorOpenFromLeft",
    "animation": {
      "name": "doorOpenFromLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(400px) rotateY(0deg)",
        "transform-origin": "right",
        "opacity": "1"
      },
      "50%": {
        "transform": "perspective(400px) rotateY(-90deg)",
        "transform-origin": "right",
        "opacity": "0"
      },
      "100%": {
        "transform": "perspective(400px) rotateY(-90deg)",
        "transform-origin": "right",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "curtainReveal": {
    "class": "ca__fx-curtainReveal",
    "animation": {
      "name": "curtainReveal",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center",
      "overflow": "hidden"
    },
    "keyframes": {
      "0%": {
        "clip-path": "inset(0 0 100% 0)",
        "opacity": "0"
      },
      "50%": {
        "clip-path": "inset(0 0 0 0)",
        "opacity": "1"
      },
      "100%": {
        "clip-path": "inset(0 0 0 0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "curtainClose": {
    "class": "ca__fx-curtainClose",
    "animation": {
      "name": "curtainClose",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center"
    },
    "keyframes": {
      "0%": {
        "clip-path": "inset(0 0 0 0)",
        "opacity": "1"
      },
      "50%": {
        "clip-path": "inset(0 0 100% 0)",
        "opacity": "0"
      },
      "100%": {
        "clip-path": "inset(0 0 100% 0)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "spiralTwistIn": {
    "class": "ca__fx-spiralTwistIn",
    "animation": {
      "name": "spiralTwistIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0) rotate(720deg)",
        "opacity": "0"
      },
      "60%": {
        "transform": "scale(1.05) rotate(-30deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scale(1) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "spiralTwistOut": {
    "class": "ca__fx-spiralTwistOut",
    "animation": {
      "name": "spiralTwistOut",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1) rotate(0deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scale(0.3) rotate(-360deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "spotlightFocus": {
    "class": "ca__fx-spotlightFocus",
    "animation": {
      "name": "spotlightFocus",
      "duration": "1s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "filter": "brightness(0.2) blur(4px)",
        "transform": "scale(1.2)",
        "opacity": "0"
      },
      "100%": {
        "filter": "brightness(1) blur(0)",
        "transform": "scale(1)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "spotlightFade": {
    "class": "ca__fx-spotlightFade",
    "animation": {
      "name": "spotlightFade",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "filter": "brightness(1) blur(0)",
        "opacity": "1",
        "transform": "scale(1)"
      },
      "100%": {
        "filter": "brightness(0.3) blur(6px)",
        "opacity": "0",
        "transform": "scale(0.9)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "elevateLeft": {
    "class": "ca__fx-elevateLeft",
    "animation": {
      "name": "elevateLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(100%) rotate(-20deg)",
        "transform-origin": "right"
      },
      "40%": {
        "transform": "rotate(20deg)",
        "transform-origin": "right"
      },
      "65%": {
        "transform": "rotate(0deg)",
        "transform-origin": "right"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "elevateRight": {
    "class": "ca__fx-elevateRight",
    "animation": {
      "name": "elevateRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(100%) rotate(20deg)",
        "transform-origin": "left"
      },
      "40%": {
        "transform": "rotate(-20deg)",
        "transform-origin": "left"
      },
      "65%": {
        "transform": "rotate(0deg)",
        "transform-origin": "left"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bobble": {
    "class": "ca__fx-bobble",
    "animation": {
      "name": "bobble",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(0%)"
      },
      "100%": {
        "transform": "translateX(0%)"
      },
      "15%": {
        "transform": "translateX(-25%) rotate(-5deg)"
      },
      "30%": {
        "transform": "translateX(20%) rotate(3deg)"
      },
      "45%": {
        "transform": "translateX(-15%) rotate(-3deg)"
      },
      "60%": {
        "transform": "translateX(10%) rotate(2deg)"
      },
      "75%": {
        "transform": "translateX(-5%) rotate(-1deg)"
      },
      "90%": {
        "transform": "translateX(2%) rotate(0.5deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "jelly": {
    "class": "ca__fx-jelly",
    "animation": {
      "name": "jelly",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1, 1)"
      },
      "25%": {
        "transform": "scale(0.9, 1.1)"
      },
      "50%": {
        "transform": "scale(1.1, 0.9)"
      },
      "75%": {
        "transform": "scale(0.95, 1.05)"
      },
      "100%": {
        "transform": "scale(1, 1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "perspectiveTilt": {
    "class": "ca__fx-perspectiveTilt",
    "animation": {
      "name": "perspectiveTilt",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "50%": {
        "transform": "perspective(400px) rotateY(10deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "jello": {
    "class": "ca__fx-jello",
    "animation": {
      "name": "jello",
      "duration": "0.9s)",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "none"
      },
      "100%": {
        "transform": "none"
      },
      "30%": {
        "transform": "skewX(-12.5deg) skewY(-12.5deg)"
      },
      "40%": {
        "transform": "skewX(6.25deg) skewY(6.25deg)"
      },
      "50%": {
        "transform": "skewX(-3.125deg) skewY(-3.125deg)"
      },
      "65%": {
        "transform": "skewX(1.5625deg) skewY(1.5625deg)"
      },
      "75%": {
        "transform": "skewX(-0.78125deg) skewY(-0.78125deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "waveBand": {
    "class": "ca__fx-waveBand",
    "animation": {
      "name": "waveBand",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center center"
    },
    "keyframes": {
      "0%": {
        "transform": "scaleY(1) translateY(0)"
      },
      "100%": {
        "transform": "scaleY(1) translateY(0)"
      },
      "25%": {
        "transform": "scaleY(1.1) translateY(-5px)"
      },
      "50%": {
        "transform": "scaleY(0.9) translateY(5px)"
      },
      "75%": {
        "transform": "scaleY(1.05) translateY(-2px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "fadeIn": {
    "class": "ca__fx-fadeIn",
    "animation": {
      "name": "fadeIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "opacity": "0"
      },
      "to": {
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "fadeInLeft": {
    "class": "ca__fx-fadeInLeft",
    "animation": {
      "name": "fadeInLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "opacity": "0",
        "transform": "translateX(-100%)"
      },
      "to": {
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "fadeInRight": {
    "class": "ca__fx-fadeInRight",
    "animation": {
      "name": "fadeInRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "opacity": "0",
        "transform": "translateX(100%)"
      },
      "to": {
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "fadeInTop": {
    "class": "ca__fx-fadeInTop",
    "animation": {
      "name": "fadeInTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "opacity": "0",
        "transform": "translateY(-100%)"
      },
      "to": {
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "fadeInBottom": {
    "class": "ca__fx-fadeInBottom",
    "animation": {
      "name": "fadeInBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "opacity": "0",
        "transform": "translateY(100%)"
      },
      "to": {
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "fadeOut": {
    "class": "ca__fx-fadeOut",
    "animation": {
      "name": "fadeOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "to": {
        "opacity": "0"
      },
      "from": {
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "fadeOutLeft": {
    "class": "ca__fx-fadeOutLeft",
    "animation": {
      "name": "fadeOutLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "opacity": "1"
      },
      "to": {
        "opacity": "0",
        "transform": "translateX(-100%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "fadeOutRight": {
    "class": "ca__fx-fadeOutRight",
    "animation": {
      "name": "fadeOutRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "opacity": "1"
      },
      "to": {
        "opacity": "0",
        "transform": "translateX(100%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "fadeOutTop": {
    "class": "ca__fx-fadeOutTop",
    "animation": {
      "name": "fadeOutTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "opacity": "1"
      },
      "to": {
        "opacity": "0",
        "transform": "translateY(-100%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "fadeOutBottom": {
    "class": "ca__fx-fadeOutBottom",
    "animation": {
      "name": "fadeOutBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "opacity": "1"
      },
      "to": {
        "opacity": "0",
        "transform": "translateY(100%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "tiltFadeBack": {
    "class": "ca__fx-tiltFadeBack",
    "animation": {
      "name": "tiltFadeBack",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d",
      "backface-visibility": "hidden",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(800px) rotateX(0deg) translateZ(0)",
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(800px) rotateX(40deg) translateZ(-100px)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipTwistRight": {
    "class": "ca__fx-flipTwistRight",
    "animation": {
      "name": "flipTwistRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center right",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(1000px) rotateY(90deg) rotateZ(-25deg)",
        "opacity": "0"
      },
      "60%": {
        "transform": "perspective(1000px) rotateY(-10deg) rotateZ(5deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(1000px) rotateY(0deg) rotateZ(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipTwistLeft": {
    "class": "ca__fx-flipTwistLeft",
    "animation": {
      "name": "flipTwistLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center left",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(1000px) rotateY(-90deg) rotateZ(25deg)",
        "opacity": "0"
      },
      "60%": {
        "transform": "perspective(1000px) rotateY(10deg) rotateZ(-5deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(1000px) rotateY(0deg) rotateZ(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipTwistTop": {
    "class": "ca__fx-flipTwistTop",
    "animation": {
      "name": "flipTwistTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(800px) rotateX(90deg) rotateZ(20deg) translateY(-80%)",
        "opacity": "0"
      },
      "50%": {
        "transform": "perspective(800px) rotateX(-10deg) rotateZ(-10deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(800px) rotateX(0deg) rotateZ(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipTwistBottom": {
    "class": "ca__fx-flipTwistBottom",
    "animation": {
      "name": "flipTwistBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(800px) rotateX(-90deg) rotateZ(-20deg) translateY(80%)",
        "opacity": "0"
      },
      "50%": {
        "transform": "perspective(800px) rotateX(10deg) rotateZ(10deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(800px) rotateX(0deg) rotateZ(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipTwistPop": {
    "class": "ca__fx-flipTwistPop",
    "animation": {
      "name": "flipTwistPop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(600px) rotateY(60deg) rotateZ(-10deg) scale(0.8)",
        "opacity": "0"
      },
      "60%": {
        "transform": "perspective(600px) rotateY(-10deg) rotateZ(5deg) scale(1.05)",
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(600px) rotateY(0deg) rotateZ(0deg) scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipTwistCombo": {
    "class": "ca__fx-flipTwistCombo",
    "animation": {
      "name": "flipTwistCombo",
      "duration": "1.5s",
      "timingFunction": "cubic-bezier(0.3, 1.4, 0.5, 1)",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top right",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(1000px) rotateX(90deg) rotateY(60deg) rotateZ(-30deg) translate(50%, -100%)",
        "opacity": "0"
      },
      "50%": {
        "transform": "perspective(1000px) rotateX(-10deg) rotateY(-10deg) rotateZ(5deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translate(0%, 0%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipTwistVertical": {
    "class": "ca__fx-flipTwistVertical",
    "animation": {
      "name": "flipTwistVertical",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center top",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(900px) rotateX(-90deg) rotateZ(15deg)",
        "opacity": "0"
      },
      "50%": {
        "transform": "perspective(900px) rotateX(15deg) rotateZ(-5deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(900px) rotateX(0deg) rotateZ(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipTwistDiagonal": {
    "class": "ca__fx-flipTwistDiagonal",
    "animation": {
      "name": "flipTwistDiagonal",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top right",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(1000px) rotateX(-60deg) rotateY(60deg) rotateZ(25deg)",
        "opacity": "0"
      },
      "50%": {
        "transform": "rotateX(10deg) rotateY(-10deg) rotateZ(-5deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "rotateX(0deg) rotateY(0deg) rotateZ(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipTwistSlam": {
    "class": "ca__fx-flipTwistSlam",
    "animation": {
      "name": "flipTwistSlam",
      "duration": "1s",
      "timingFunction": "cubic-bezier(0.3, 1.5, 0.4, 1)",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center left",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(800px) rotateY(-120deg) rotateZ(20deg)",
        "opacity": "0"
      },
      "70%": {
        "transform": "rotateY(15deg) rotateZ(-10deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "rotateY(0deg) rotateZ(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipTwistZoom": {
    "class": "ca__fx-flipTwistZoom",
    "animation": {
      "name": "flipTwistZoom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(1000px) rotateY(75deg) scale(1.3)",
        "opacity": "0"
      },
      "60%": {
        "transform": "rotateY(-15deg) scale(0.95)",
        "opacity": "1"
      },
      "100%": {
        "transform": "rotateY(0deg) scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipTwistDrop": {
    "class": "ca__fx-flipTwistDrop",
    "animation": {
      "name": "flipTwistDrop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(800px) rotateX(80deg) translateY(-80%)",
        "opacity": "0"
      },
      "50%": {
        "transform": "rotateX(-15deg) translateY(5%)",
        "opacity": "1"
      },
      "100%": {
        "transform": "rotateX(0deg) translateY(0%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipTwistTiltIn": {
    "class": "ca__fx-flipTwistTiltIn",
    "animation": {
      "name": "flipTwistTiltIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(900px) rotateY(90deg) rotateZ(-30deg)",
        "opacity": "0"
      },
      "40%": {
        "transform": "rotateY(-20deg) rotateZ(10deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "rotateY(0deg) rotateZ(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipTwistOutRight": {
    "class": "ca__fx-flipTwistOutRight",
    "animation": {
      "name": "flipTwistOutRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center right",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateY(0deg) rotateZ(0deg)",
        "opacity": "1"
      },
      "60%": {
        "transform": "rotateY(-20deg) rotateZ(10deg)",
        "opacity": "0.7"
      },
      "100%": {
        "transform": "rotateY(90deg) rotateZ(-15deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipTwistOutLeft": {
    "class": "ca__fx-flipTwistOutLeft",
    "animation": {
      "name": "flipTwistOutLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center left",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateY(0deg)",
        "opacity": "1"
      },
      "60%": {
        "transform": "rotateY(20deg) rotateZ(-10deg)",
        "opacity": "0.6"
      },
      "100%": {
        "transform": "rotateY(-90deg) rotateZ(10deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipTwistOutTop": {
    "class": "ca__fx-flipTwistOutTop",
    "animation": {
      "name": "flipTwistOutTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateX(0deg)",
        "opacity": "1"
      },
      "50%": {
        "transform": "rotateX(20deg)",
        "opacity": "0.6"
      },
      "100%": {
        "transform": "rotateX(-90deg) translateY(-60%)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipTwistOutZoom": {
    "class": "ca__fx-flipTwistOutZoom",
    "animation": {
      "name": "flipTwistOutZoom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateY(0deg) scale(1)",
        "opacity": "1"
      },
      "60%": {
        "transform": "rotateY(-15deg) scale(0.9)",
        "opacity": "0.6"
      },
      "100%": {
        "transform": "rotateY(75deg) scale(0.5)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipX": {
    "class": "ca__fx-flipX",
    "animation": {
      "name": "flipX",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)"
    },
    "keyframes": {
      "from": {
        "transform": "perspective(600px) rotateX(-180deg)",
        "opacity": "0"
      },
      "to": {
        "transform": "perspective(600px) rotateX(-360deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipXZoomIn": {
    "class": "ca__fx-flipXZoomIn",
    "animation": {
      "name": "flipXZoomIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(600px) rotateX(0deg) scale(1)",
        "animation-timing-function": "ease-out"
      },
      "40%": {
        "transform": "perspective(600px) rotateX(-180deg) scale(1.8)",
        "animation-timing-function": "ease-out"
      },
      "80%": {
        "transform": "perspective(600px) rotateX(-360deg) scale(0.7)",
        "animation-timing-function": "ease-in"
      },
      "100%": {
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipXZoomOut": {
    "class": "ca__fx-flipXZoomOut",
    "animation": {
      "name": "flipXZoomOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(600px) rotateX(0deg) scale(1)",
        "animation-timing-function": "ease-out"
      },
      "40%": {
        "transform": "perspective(600px) rotateX(180deg) scale(1.8)",
        "animation-timing-function": "ease-out"
      },
      "80%": {
        "transform": "perspective(600px) rotateX(360deg) scale(0.7)",
        "animation-timing-function": "ease-in"
      },
      "100%": {
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipOutLeft": {
    "class": "ca__fx-flipOutLeft",
    "animation": {
      "name": "flipOutLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(600px) rotateY(0deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(600px) rotateY(-90deg) translateX(-60px)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipOutRight": {
    "class": "ca__fx-flipOutRight",
    "animation": {
      "name": "flipOutRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(600px) rotateY(0deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(600px) rotateY(90deg) translateX(60px)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipOutXLeft": {
    "class": "ca__fx-flipOutXLeft",
    "animation": {
      "name": "flipOutXLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(600px) rotateX(0deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(600px) rotateX(-90deg) translateX(-60px)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipOutXRight": {
    "class": "ca__fx-flipOutXRight",
    "animation": {
      "name": "flipOutXRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(600px) rotateX(0deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(600px) rotateX(90deg) translateX(60px)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipY": {
    "class": "ca__fx-flipY",
    "animation": {
      "name": "flipY",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)"
    },
    "keyframes": {
      "from": {
        "transform": "perspective(600px) rotateY(180deg)",
        "opacity": "0"
      },
      "to": {
        "transform": "perspective(600px) rotateY(360deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipYZoomIn": {
    "class": "ca__fx-flipYZoomIn",
    "animation": {
      "name": "flipYZoomIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(600px) rotateY(0deg) scale(1)",
        "animation-timing-function": "ease-out"
      },
      "40%": {
        "transform": "perspective(600px) rotateY(180deg) scale(1.6)",
        "animation-timing-function": "ease-out"
      },
      "80%": {
        "transform": "perspective(600px) rotateY(360deg) scale(0.7)",
        "animation-timing-function": "ease-in"
      },
      "100%": {
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flipYZoomOut": {
    "class": "ca__fx-flipYZoomOut",
    "animation": {
      "name": "flipYZoomOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(600px) rotateY(0deg) scale(1)",
        "animation-timing-function": "ease-out"
      },
      "40%": {
        "transform": "perspective(600px) rotateY(180deg) scale(0.6)",
        "animation-timing-function": "ease-out"
      },
      "80%": {
        "transform": "perspective(600px) rotateY(360deg) scale(1.8)",
        "animation-timing-function": "ease-in"
      },
      "100%": {
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flyInTop": {
    "class": "ca__fx-flyInTop",
    "animation": {
      "name": "flyInTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(80px)",
        "opacity": "0"
      },
      "50%": {
        "transform": "translateY(-50px)",
        "animation-timing-function": "ease-out"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flyInBottom": {
    "class": "ca__fx-flyInBottom",
    "animation": {
      "name": "flyInBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-80px)",
        "opacity": "0"
      },
      "50%": {
        "transform": "translateY(50px)",
        "animation-timing-function": "ease-out"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flyOutTop": {
    "class": "ca__fx-flyOutTop",
    "animation": {
      "name": "flyOutTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "30%": {
        "transform": "translateY(80px)",
        "animation-timing-function": "ease-out"
      },
      "80%": {
        "transform": "translateY(-50px)",
        "animation-timing-function": "ease-out"
      },
      "100%": {
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flyOutBottom": {
    "class": "ca__fx-flyOutBottom",
    "animation": {
      "name": "flyOutBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "30%": {
        "transform": "translateY(-80px)",
        "animation-timing-function": "ease-out"
      },
      "80%": {
        "transform": "translateY(50px)",
        "animation-timing-function": "ease-out"
      },
      "100%": {
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "microGlitch": {
    "class": "ca__fx-microGlitch",
    "animation": {
      "name": "microGlitch",
      "duration": "1s",
      "timingFunction": "steps(1)",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translate(0, 0)",
        "opacity": "1"
      },
      "100%": {
        "transform": "translate(0, 0)",
        "opacity": "1"
      },
      "20%": {
        "transform": "translate(-2px, 1px)"
      },
      "40%": {
        "transform": "translate(3px, -1px)"
      },
      "60%": {
        "transform": "translate(-1px, 2px)"
      },
      "80%": {
        "transform": "translate(1px, -2px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "glitchPopIn": {
    "class": "ca__fx-glitchPopIn",
    "animation": {
      "name": "glitchPopIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "animation-direction": "normal",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.8)",
        "filter": "contrast(2) brightness(0.5)",
        "opacity": "0"
      },
      "30%": {
        "transform": "scale(1.2)",
        "filter": "contrast(1.5) brightness(1.5)",
        "opacity": "1"
      },
      "50%": {
        "transform": "scale(0.95) translate(-2px, 2px)"
      },
      "70%": {
        "transform": "translate(2px, -2px)"
      },
      "100%": {
        "transform": "scale(1)",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "glitchExit": {
    "class": "ca__fx-glitchExit",
    "animation": {
      "name": "glitchExit",
      "duration": "1s",
      "timingFunction": "steps(2)",
      "fillMode": "both",
      "iterationCount": "1",
      "animation-direction": "normal",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "opacity": "1",
        "transform": "translate(0, 0)"
      },
      "30%": {
        "transform": "translate(4px, -2px)"
      },
      "60%": {
        "transform": "translate(-4px, 2px)"
      },
      "100%": {
        "opacity": "0",
        "transform": "translate(-10px, 10px) scale(0.9)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "glitchJitter": {
    "class": "ca__fx-glitchJitter",
    "animation": {
      "name": "glitchJitter",
      "duration": "0.6s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "transform": "translate(0, 0)"
      },
      "20%": {
        "transform": "translate(-2px, 2px)"
      },
      "40%": {
        "transform": "translate(2px, -2px)"
      },
      "60%": {
        "transform": "translate(-1px, 1px)"
      },
      "80%": {
        "transform": "translate(1px, -1px)"
      },
      "100%": {
        "transform": "translate(0, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "glitchSlice": {
    "class": "ca__fx-glitchSlice",
    "animation": {
      "name": "glitchSlice",
      "duration": "1s",
      "timingFunction": "linear",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "clip-path": "inset(0 0 0 0)",
        "transform": "translate(0, 0)"
      },
      "20%": {
        "clip-path": "inset(10% 0 85% 0)",
        "transform": "translate(-5px, 0)"
      },
      "40%": {
        "clip-path": "inset(60% 0 15% 0)",
        "transform": "translate(5px, 0)"
      },
      "60%": {
        "clip-path": "inset(30% 0 40% 0)",
        "transform": "translate(-3px, 0)"
      },
      "80%": {
        "clip-path": "inset(45% 0 30% 0)",
        "transform": "translate(3px, 0)"
      },
      "100%": {
        "clip-path": "inset(0 0 0 0)",
        "transform": "translate(0, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "glitchFlash": {
    "class": "ca__fx-glitchFlash",
    "animation": {
      "name": "glitchFlash",
      "duration": "0.15s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "opacity": "1"
      },
      "100%": {
        "opacity": "1"
      },
      "50%": {
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "glitchSliceInCollapse": {
    "class": "ca__fx-glitchSliceInCollapse",
    "animation": {
      "name": "glitchSliceInCollapse",
      "duration": "1s",
      "timingFunction": "steps(5 end)",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "opacity": "0",
        "transform": "scaleY(0)",
        "clip-path": "inset(100% 0 0 0)"
      },
      "40%": {
        "transform": "scaleY(0.6)",
        "clip-path": "inset(60% 0 10% 0)"
      },
      "70%": {
        "transform": "scaleY(0.9)",
        "clip-path": "inset(20% 0 20% 0)"
      },
      "100%": {
        "opacity": "1",
        "transform": "scaleY(1)",
        "clip-path": "inset(0 0 0 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "typewriterCorrupt": {
    "class": "ca__fx-typewriterCorrupt",
    "animation": {
      "name": "typewriterCorrupt",
      "duration": "1.5s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "transform": "translate(0, 0)",
        "opacity": "1",
        "filter": "none"
      },
      "25%": {
        "transform": "translate(-1px, 0)",
        "filter": "blur(1px) hue-rotate(30deg)"
      },
      "50%": {
        "transform": "translate(1px, 0)",
        "filter": "grayscale(0.5)"
      },
      "75%": {
        "transform": "translate(-0.5px, 0)",
        "opacity": "0.9"
      },
      "100%": {
        "transform": "translate(0, 0)",
        "filter": "none",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "glitchSliceYank": {
    "class": "ca__fx-glitchSliceYank",
    "animation": {
      "name": "glitchSliceYank",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "clip-path": "inset(0 0 0 0)",
        "transform": "translate(0, 0)"
      },
      "15%": {
        "clip-path": "inset(10% 0 80% 0)",
        "transform": "translateX(-5px)"
      },
      "30%": {
        "clip-path": "inset(60% 0 25% 0)",
        "transform": "translateX(4px)"
      },
      "45%": {
        "clip-path": "inset(40% 0 50% 0)",
        "transform": "translateX(-3px)"
      },
      "60%": {
        "clip-path": "inset(20% 0 70% 0)",
        "transform": "translateX(3px)"
      },
      "75%": {
        "clip-path": "inset(50% 0 30% 0)",
        "transform": "translateX(-2px)"
      },
      "100%": {
        "clip-path": "inset(0 0 0 0)",
        "transform": "translate(0, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "glitchSliceInSharp": {
    "class": "ca__fx-glitchSliceInSharp",
    "animation": {
      "name": "glitchSliceInSharp",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "opacity": "0",
        "clip-path": "inset(100% 0 0 0)",
        "transform": "translateX(-10px)"
      },
      "40%": {
        "clip-path": "inset(60% 0 10% 0)",
        "transform": "translateX(6px)"
      },
      "70%": {
        "clip-path": "inset(30% 0 30% 0)",
        "transform": "translateX(-4px)"
      },
      "100%": {
        "opacity": "1",
        "clip-path": "inset(0 0 0 0)",
        "transform": "translateX(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "glitchSliceExitSharp": {
    "class": "ca__fx-glitchSliceExitSharp",
    "animation": {
      "name": "glitchSliceExitSharp",
      "duration": "0.8s",
      "timingFunction": "ease-in",
      "fillMode": "forwards",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "opacity": "1",
        "clip-path": "inset(0 0 0 0)",
        "transform": "translateX(0)"
      },
      "30%": {
        "clip-path": "inset(30% 0 30% 0)",
        "transform": "translateX(-4px)"
      },
      "60%": {
        "clip-path": "inset(60% 0 10% 0)",
        "transform": "translateX(6px)"
      },
      "100%": {
        "clip-path": "inset(0 0 100% 0)",
        "opacity": "0",
        "transform": "translateX(-12px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "glitchSliceTilt": {
    "class": "ca__fx-glitchSliceTilt",
    "animation": {
      "name": "glitchSliceTilt",
      "duration": "1.2s",
      "timingFunction": "linear",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "clip-path": "inset(0 0 0 0)",
        "transform": "skew(0deg, 0deg)"
      },
      "25%": {
        "clip-path": "inset(10% 0 80% 0)",
        "transform": "skew(2deg, 0)"
      },
      "50%": {
        "clip-path": "inset(30% 0 40% 0)",
        "transform": "skew(-2deg, 1deg)"
      },
      "75%": {
        "clip-path": "inset(5% 0 70% 0)",
        "transform": "skew(1.5deg, -0.5deg)"
      },
      "100%": {
        "clip-path": "inset(0 0 0 0)",
        "transform": "skew(0deg, 0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "glitchSliceInTilt": {
    "class": "ca__fx-glitchSliceInTilt",
    "animation": {
      "name": "glitchSliceInTilt",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "opacity": "0",
        "clip-path": "inset(100% 0 0 0)",
        "transform": "skew(8deg, -2deg) scaleY(0.8)"
      },
      "50%": {
        "clip-path": "inset(60% 0 10% 0)",
        "transform": "skew(-5deg, 1deg)"
      },
      "100%": {
        "opacity": "1",
        "clip-path": "inset(0 0 0 0)",
        "transform": "skew(0, 0) scaleY(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "glitchSliceExitTilt": {
    "class": "ca__fx-glitchSliceExitTilt",
    "animation": {
      "name": "glitchSliceExitTilt",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "forwards",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "skew(0deg, 0deg)",
        "clip-path": "inset(0 0 0 0)",
        "opacity": "1"
      },
      "40%": {
        "transform": "skew(-5deg, 1deg)",
        "clip-path": "inset(40% 0 40% 0)"
      },
      "70%": {
        "transform": "skew(8deg, -2deg)",
        "clip-path": "inset(60% 0 10% 0)"
      },
      "100%": {
        "transform": "skew(0deg, 0deg) scaleY(0.8)",
        "clip-path": "inset(100% 0 0 0)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "glitchSliceCrack": {
    "class": "ca__fx-glitchSliceCrack",
    "animation": {
      "name": "glitchSliceCrack",
      "duration": "1.4s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "clip-path": "inset(0 0 0 0)",
        "transform": "translate(0, 0)"
      },
      "100%": {
        "clip-path": "inset(0 0 0 0)",
        "transform": "translate(0, 0)"
      },
      "20%": {
        "clip-path": "inset(45% 0 45% 0)",
        "transform": "translateX(5px)"
      },
      "50%": {
        "clip-path": "inset(50% 0 40% 0)",
        "transform": "translateX(-5px)"
      },
      "70%": {
        "clip-path": "inset(48% 0 42% 0)",
        "transform": "translateX(3px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "glitchSliceStagger": {
    "class": "ca__fx-glitchSliceStagger",
    "animation": {
      "name": "glitchSliceStagger",
      "duration": "3s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "clip-path": "inset(0 0 0 0)",
        "transform": "none"
      },
      "10%": {
        "clip-path": "inset(10% 0 70% 0)",
        "transform": "translateX(4px)"
      },
      "20%": {
        "clip-path": "inset(60% 0 20% 0)",
        "transform": "translateX(-3px)"
      },
      "30%": {
        "clip-path": "inset(35% 0 50% 0)",
        "transform": "translateX(2px)"
      },
      "40%": {
        "clip-path": "inset(0 0 0 0)",
        "transform": "none"
      },
      "100%": {
        "clip-path": "inset(0 0 0 0)",
        "transform": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "glitchScanBurst": {
    "class": "ca__fx-glitchScanBurst",
    "animation": {
      "name": "glitchScanBurst",
      "duration": "1.4s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "clip-path": "polygon(0 100%, 100% 100%, 100% 100%, 0 100%)",
        "transform": "scaleY(1.1)",
        "filter": "brightness(0.1)",
        "opacity": "0"
      },
      "30%": {
        "clip-path": "polygon(0 0, 100% 0, 100% 20%, 0 20%)",
        "filter": "hue-rotate(60deg)"
      },
      "60%": {
        "clip-path": "polygon(0 0, 100% 0, 100% 100%, 0 100%)",
        "filter": "brightness(1.2)"
      },
      "100%": {
        "transform": "scaleY(1)",
        "opacity": "1",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "hudAlertGlitch": {
    "class": "ca__fx-hudAlertGlitch",
    "animation": {
      "name": "hudAlertGlitch",
      "duration": "0.6s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "color": "#ff4444"
    },
    "keyframes": {
      "0%": {
        "opacity": "1",
        "transform": "translate(0, 0)"
      },
      "100%": {
        "opacity": "1",
        "transform": "translate(0, 0)"
      },
      "50%": {
        "opacity": "0",
        "transform": "translate(-2px, 2px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "initiateSequence": {
    "class": "ca__fx-glitchSequence",
    "animation": {
      "name": "initiateSequence",
      "duration": "1.2s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "color": "#00f9ff",
      "text-shadow": "0 0 4px #00f9ff"
    },
    "keyframes": {
      "0%": {
        "opacity": "0",
        "transform": "scale(0.95)"
      },
      "50%": {
        "opacity": "1",
        "transform": "scale(1.02)"
      },
      "100%": {
        "opacity": "1",
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "corruptTextScramble": {
    "class": "ca__fx-corruptTextScramble",
    "animation": {
      "name": "corruptTextScramble",
      "duration": "1.2s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "color": "#ff0059",
      "text-shadow": "0 0 4px #ff0059"
    },
    "keyframes": {
      "0%": {
        "opacity": "1",
        "transform": "skewX(0)",
        "filter": "hue-rotate(0deg)"
      },
      "50%": {
        "opacity": "0.6",
        "transform": "skewX(15deg)",
        "filter": "hue-rotate(180deg)"
      },
      "100%": {
        "opacity": "1",
        "transform": "skewX(0)",
        "filter": "hue-rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "corruptTextOffset": {
    "class": "ca__fx-corruptTextOffset",
    "animation": {
      "name": "corruptTextOffset",
      "duration": "0.5s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "text-shadow": "2px 0 #f0f,\r\n    -2px 0 #0ff"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(0)"
      },
      "50%": {
        "transform": "translateX(1px)"
      },
      "100%": {
        "transform": "translateX(-1px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "criticalBreach": {
    "class": "ca__fx-criticalBreach",
    "animation": {
      "name": "criticalBreach",
      "duration": "1.2s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "color": "#ff1a1a",
      "background": "black",
      "text-shadow": "0 0 4px red"
    },
    "keyframes": {
      "0%": {
        "opacity": "1",
        "transform": "scale(1)"
      },
      "100%": {
        "opacity": "1",
        "transform": "scale(1)"
      },
      "50%": {
        "opacity": "0.4",
        "transform": "scale(1.05)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "glitchCompressIn": {
    "class": "ca__fx-glitchCompressIn",
    "animation": {
      "name": "glitchCompressIn",
      "duration": "1s",
      "timingFunction": "steps(3, end)",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(2, 0.6)",
        "filter": "blur(6px) brightness(0.2)",
        "opacity": "0"
      },
      "40%": {
        "transform": "scale(1.5, 0.95)",
        "filter": "blur(2px)",
        "opacity": "0.8"
      },
      "100%": {
        "transform": "scale(1, 1)",
        "filter": "none",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "glitchCompressOut": {
    "class": "ca__fx-glitchCompressOut",
    "animation": {
      "name": "glitchCompressOut",
      "duration": "1s",
      "timingFunction": "steps(3, end)",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1, 1)",
        "filter": "none",
        "opacity": "1"
      },
      "60%": {
        "transform": "scale(1.5, 0.95)",
        "filter": "blur(2px)",
        "opacity": "0.8"
      },
      "100%": {
        "transform": "scale(2, 0.6)",
        "filter": "blur(6px) brightness(0.2)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "hangAndDropLeft": {
    "class": "ca__fx-hangAndDropLeft",
    "animation": {
      "name": "hangAndDropLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "left",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)"
    },
    "keyframes": {
      "0%": {
        "transform": "rotate(0deg)"
      },
      "50%": {
        "transform": "rotate(100deg)"
      },
      "60%": {
        "transform": "rotate(90deg)",
        "opacity": "1"
      },
      "90%": {
        "opacity": "0.4",
        "filter": "blur(2px)"
      },
      "100%": {
        "transform": "translateY(600%) rotate(120deg) scale(0.95)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "hangAndDropRight": {
    "class": "ca__fx-hangAndDropRight",
    "animation": {
      "name": "hangAndDropRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "right",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)"
    },
    "keyframes": {
      "0%": {
        "transform": "rotate(0)"
      },
      "50%": {
        "transform": "rotate(-100deg)"
      },
      "60%": {
        "transform": "rotate(-90deg)",
        "opacity": "1"
      },
      "90%": {
        "opacity": "0.4",
        "filter": "blur(2px)"
      },
      "100%": {
        "transform": "translateY(600%) rotate(-120deg) scale(0.95)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "hangOnLeft": {
    "class": "ca__fx-hangOnLeft",
    "animation": {
      "name": "hangOnLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)",
      "transform-origin": "left"
    },
    "keyframes": {
      "0%": {
        "transform": "rotate(0)"
      },
      "40%": {
        "transform": "rotate(100deg)"
      },
      "55%": {
        "transform": "rotate(80deg)"
      },
      "70%": {
        "transform": "rotate(95deg)"
      },
      "85%": {
        "transform": "rotate(85deg)"
      },
      "100%": {
        "transform": "rotate(90deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "hangOnRight": {
    "class": "ca__fx-hangOnRight",
    "animation": {
      "name": "hangOnRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)",
      "transform-origin": "right"
    },
    "keyframes": {
      "0%": {
        "transform": "rotate(0)"
      },
      "40%": {
        "transform": "rotate(-100deg)"
      },
      "55%": {
        "transform": "rotate(-80deg)"
      },
      "70%": {
        "transform": "rotate(-95deg)"
      },
      "85%": {
        "transform": "rotate(-85deg)"
      },
      "100%": {
        "transform": "rotate(-90deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "heartbeatSlow": {
    "class": "ca__fx-heartbeatSlow",
    "animation": {
      "name": "heartbeatSlow",
      "duration": "0.5s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "var(--cssanimation-infinite)"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1)"
      },
      "100%": {
        "transform": "scale(1)"
      },
      "35%": {
        "transform": "scale(1.2)"
      },
      "65%": {
        "transform": "scale(1.2)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "heartbeatFast": {
    "class": "ca__fx-heartbeatFast",
    "animation": {
      "name": "heartbeatFast",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "var(--cssanimation-infinite)"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1)"
      },
      "28%": {
        "transform": "scale(1)"
      },
      "70%": {
        "transform": "scale(1)"
      },
      "100%": {
        "transform": "scale(1)"
      },
      "14%": {
        "transform": "scale(1.3)"
      },
      "42%": {
        "transform": "scale(1.3)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "elasticPulse": {
    "class": "ca__fx-elasticPulse",
    "animation": {
      "name": "elasticPulse",
      "duration": "1.2s)",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1)"
      },
      "100%": {
        "transform": "scale(1)"
      },
      "30%": {
        "transform": "scale(1.1)"
      },
      "60%": {
        "transform": "scale(0.95)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "pulseShake": {
    "class": "ca__fx-pulseShake",
    "animation": {
      "name": "pulseShake",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "90%": {
        "transform": "scale(1)"
      },
      "92%": {
        "transform": "scale(1.2)"
      },
      "96%": {
        "transform": "scale(1, 1)"
      },
      "98%": {
        "transform": "scale(1.1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "kickOutBehind": {
    "class": "ca__fx-kickOutBehind",
    "animation": {
      "name": "kickOutBehind",
      "duration": "1s",
      "timingFunction": "cubic-bezier(0, 0.9, 0.7, 1.45)",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)"
    },
    "keyframes": {
      "0%": {
        "transform": "rotate(0deg)"
      },
      "40%": {
        "transform": "rotate(45deg)"
      },
      "100%": {
        "transform": "rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "kickOutFront": {
    "class": "ca__fx-kickOutFront",
    "animation": {
      "name": "kickOutFront",
      "duration": "1s",
      "timingFunction": "cubic-bezier(0, 0.9, 0.7, 1.45)",
      "fillMode": "both",
      "iterationCount": "1",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)",
      "transform-origin": "top"
    },
    "keyframes": {
      "0%": {
        "transform": "rotate(0deg)"
      },
      "40%": {
        "transform": "rotate(-45deg)"
      },
      "100%": {
        "transform": "rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "kiteFloatInRight": {
    "class": "ca__fx-kiteFloatInRight",
    "animation": {
      "name": "kiteFloatInRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top left",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translate(80%, -100%) rotate(15deg)",
        "opacity": "0"
      },
      "30%": {
        "transform": "translate(-10%, 20%) rotate(-10deg)",
        "opacity": "1"
      },
      "60%": {
        "transform": "translate(5%, -10%) rotate(6deg)"
      },
      "80%": {
        "transform": "translate(-2%, 5%) rotate(-3deg)"
      },
      "100%": {
        "transform": "translate(0%, 0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "kiteFloatInLeft": {
    "class": "ca__fx-kiteFloatInLeft",
    "animation": {
      "name": "kiteFloatInLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top right",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translate(-80%, -100%) rotate(-15deg)",
        "opacity": "0"
      },
      "30%": {
        "transform": "translate(10%, 20%) rotate(10deg)",
        "opacity": "1"
      },
      "60%": {
        "transform": "translate(-5%, -10%) rotate(-6deg)"
      },
      "80%": {
        "transform": "translate(2%, 5%) rotate(3deg)"
      },
      "100%": {
        "transform": "translate(0%, 0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "kiteHoverLoop": {
    "class": "ca__fx-kiteHoverLoop",
    "animation": {
      "name": "kiteHoverLoop",
      "duration": "1s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "transform-origin": "center",
      "will-change": "transform"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0%) rotate(0deg)"
      },
      "25%": {
        "transform": "translateY(-4%) rotate(2deg)"
      },
      "50%": {
        "transform": "translateY(2%) rotate(-3deg)"
      },
      "75%": {
        "transform": "translateY(-3%) rotate(1.5deg)"
      },
      "100%": {
        "transform": "translateY(0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "kiteEntrySnap": {
    "class": "ca__fx-kiteEntrySnap",
    "animation": {
      "name": "kiteEntrySnap",
      "duration": "1s",
      "timingFunction": "cubic-bezier(0.25, 0.9, 0.4, 1.4)",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center top",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-100%) rotate(20deg)",
        "opacity": "0"
      },
      "50%": {
        "transform": "translateY(10%) rotate(-10deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "translateY(0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "kiteWaveExit": {
    "class": "ca__fx-kiteWaveExit",
    "animation": {
      "name": "kiteWaveExit",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom left",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translate(0%, 0%) rotate(0deg)",
        "opacity": "1"
      },
      "30%": {
        "transform": "translate(-10%, -10%) rotate(-10deg)"
      },
      "70%": {
        "transform": "translate(20%, -80%) rotate(25deg)",
        "opacity": "0.5"
      },
      "100%": {
        "transform": "translate(50%, -120%) rotate(40deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "kiteWhipIn": {
    "class": "ca__fx-kiteWhipIn",
    "animation": {
      "name": "kiteWhipIn",
      "duration": "1s",
      "timingFunction": "cubic-bezier(0.4, -0.3, 0.7, 1.8)",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top left",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translate(-150%, -80%) rotate(-35deg)",
        "opacity": "0"
      },
      "60%": {
        "transform": "translate(10%, 10%) rotate(15deg)",
        "opacity": "1"
      },
      "85%": {
        "transform": "translate(-5%, -5%) rotate(-7deg)"
      },
      "100%": {
        "transform": "translate(0%, 0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "kiteSwingEntry": {
    "class": "ca__fx-kiteSwingEntry",
    "animation": {
      "name": "kiteSwingEntry",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translate(-60%, -100%) rotate(-80deg) scale(0.6)",
        "opacity": "0"
      },
      "40%": {
        "transform": "translate(10%, 10%) rotate(30deg) scale(1.05)",
        "opacity": "1"
      },
      "70%": {
        "transform": "rotate(-15deg)"
      },
      "100%": {
        "transform": "translate(0%, 0%) rotate(0deg) scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "kiteExitLift": {
    "class": "ca__fx-kiteExitLift",
    "animation": {
      "name": "kiteExitLift",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom right",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translate(0%, 0%) rotate(0deg)",
        "opacity": "1"
      },
      "40%": {
        "transform": "translate(10%, -30%) rotate(15deg)",
        "opacity": "0.8"
      },
      "80%": {
        "transform": "translate(-20%, -90%) rotate(-25deg)",
        "opacity": "0.4"
      },
      "100%": {
        "transform": "translate(40%, -150%) rotate(45deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "kiteSnapBounceIn": {
    "class": "ca__fx-kiteSnapBounceIn",
    "animation": {
      "name": "kiteSnapBounceIn",
      "duration": "1s",
      "timingFunction": "cubic-bezier(0.45, 1.5, 0.55, 1)",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center top",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-150%) rotate(25deg)",
        "opacity": "0"
      },
      "60%": {
        "transform": "translateY(10%) rotate(-10deg)",
        "opacity": "1"
      },
      "80%": {
        "transform": "translateY(-5%) rotate(5deg)"
      },
      "100%": {
        "transform": "translateY(0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "kiteFlipTwist": {
    "class": "ca__fx-kiteFlipTwist",
    "animation": {
      "name": "kiteFlipTwist",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(800px) rotateX(90deg) rotateZ(-45deg) translateY(-100%)",
        "opacity": "0"
      },
      "50%": {
        "transform": "perspective(800px) rotateX(-30deg) rotateZ(10deg) translateY(10%)",
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(800px) rotateX(0deg) rotateZ(0deg) translateY(0%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "kiteTetheredFloat": {
    "class": "ca__fx-kiteTetheredFloat",
    "animation": {
      "name": "kiteTetheredFloat",
      "duration": "5s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0%) rotate(0deg)"
      },
      "25%": {
        "transform": "translateY(-5%) rotate(2deg)"
      },
      "50%": {
        "transform": "translateY(3%) rotate(-2deg)"
      },
      "75%": {
        "transform": "translateY(-3%) rotate(1.5deg)"
      },
      "100%": {
        "transform": "translateY(0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "kiteCollapse": {
    "class": "ca__fx-kiteCollapse",
    "animation": {
      "name": "kiteCollapse",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "rotate(0deg) translateY(0%)",
        "opacity": "1"
      },
      "30%": {
        "transform": "rotate(20deg) translateY(20%)",
        "opacity": "1"
      },
      "60%": {
        "transform": "rotate(-60deg) translateY(60%) scale(0.8)",
        "opacity": "0.5"
      },
      "100%": {
        "transform": "rotate(90deg) translateY(120%) scale(0.5)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "kiteDragDrop": {
    "class": "ca__fx-kiteDragDrop",
    "animation": {
      "name": "kiteDragDrop",
      "duration": "1s",
      "timingFunction": "cubic-bezier(0.3, 1.5, 0.6, 1)",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-80%) rotate(15deg) scale(1.05)",
        "opacity": "0"
      },
      "60%": {
        "transform": "translateY(5%) rotate(-8deg)",
        "opacity": "1"
      },
      "80%": {
        "transform": "translateY(-3%) rotate(4deg)"
      },
      "100%": {
        "transform": "translateY(0%) rotate(0deg) scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "sparklePopIn": {
    "class": "ca__fx-sparklePopIn",
    "animation": {
      "name": "sparklePopIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "filter": "brightness(1.5)",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.3) rotate(-15deg)",
        "opacity": "0",
        "filter": "brightness(3) blur(4px)"
      },
      "60%": {
        "transform": "scale(1.1) rotate(5deg)",
        "filter": "brightness(1.8)"
      },
      "100%": {
        "transform": "scale(1) rotate(0)",
        "filter": "none",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "wandReveal": {
    "class": "ca__fx-wandReveal",
    "animation": {
      "name": "wandReveal",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "left center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(-60%) rotate(-15deg)",
        "opacity": "0",
        "filter": "drop-shadow(0 0 8px gold)"
      },
      "80%": {
        "filter": "drop-shadow(0 0 4px rgba(255, 255, 255, 0.6))"
      },
      "100%": {
        "transform": "translateX(0%) rotate(0)",
        "filter": "none",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "magicDustExit": {
    "class": "ca__fx-magicDustExit",
    "animation": {
      "name": "magicDustExit",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "opacity": "1",
        "filter": "blur(0)",
        "transform": "scale(1)"
      },
      "60%": {
        "opacity": "0.5",
        "transform": "scale(1.1) translateY(-10%)",
        "filter": "blur(4px)"
      },
      "100%": {
        "opacity": "0",
        "transform": "scale(1.2) translateY(-40%)",
        "filter": "blur(10px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "scanReveal": {
    "class": "ca__fx-scanReveal",
    "animation": {
      "name": "scanReveal",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scaleY(0) skewY(-20deg)",
        "opacity": "0"
      },
      "60%": {
        "transform": "scaleY(1.1) skewY(5deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scaleY(1) skewY(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "systemBootIn": {
    "class": "ca__fx-systemBootIn",
    "animation": {
      "name": "systemBootIn",
      "duration": "1.4s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top",
      "filter": "grayscale(1)",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scaleY(0.5) translateY(-30%)",
        "filter": "grayscale(1) blur(4px)",
        "opacity": "0"
      },
      "70%": {
        "transform": "scaleY(1.1)",
        "filter": "grayscale(0.3)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scaleY(1)",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "signalDropOut": {
    "class": "ca__fx-signalDropOut",
    "animation": {
      "name": "signalDropOut",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "opacity": "1",
        "filter": "brightness(1)"
      },
      "50%": {
        "transform": "scale(1.05) translateY(-10%)",
        "filter": "brightness(1.5)"
      },
      "100%": {
        "opacity": "0",
        "transform": "scale(0.8) translateY(20%)",
        "filter": "brightness(0.3)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "approveBounce": {
    "class": "ca__fx-approveBounce",
    "animation": {
      "name": "approveBounce",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.5)",
        "opacity": "0"
      },
      "50%": {
        "transform": "scale(1.2)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "whisperFloatIn": {
    "class": "ca__fx-whisperFloatIn",
    "animation": {
      "name": "whisperFloatIn",
      "duration": "1.4s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(30%) scale(0.95)",
        "opacity": "0",
        "filter": "blur(6px)"
      },
      "70%": {
        "filter": "blur(1px)"
      },
      "100%": {
        "transform": "translateY(0%) scale(1)",
        "opacity": "1",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "aetherGlowRise": {
    "class": "ca__fx-aetherGlowRise",
    "animation": {
      "name": "aetherGlowRise",
      "duration": "1.5s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(80%) scale(0.8)",
        "opacity": "0",
        "box-shadow": "0 0 20px rgba(255, 255, 255, 0.4)"
      },
      "50%": {
        "box-shadow": "0 0 8px rgba(255, 255, 255, 0.2)",
        "opacity": "1"
      },
      "100%": {
        "transform": "translateY(0%) scale(1)",
        "box-shadow": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "enchantFloatDrop": {
    "class": "ca__fx-enchantFloatDrop",
    "animation": {
      "name": "enchantFloatDrop",
      "duration": "1.6s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-100%) scale(1.2)",
        "opacity": "0",
        "filter": "brightness(1.5) blur(3px)"
      },
      "70%": {
        "transform": "translateY(5%) scale(1.05)",
        "filter": "blur(1px)"
      },
      "100%": {
        "transform": "translateY(0%) scale(1)",
        "opacity": "1",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-wipeInLeft": {
    "class": "ca__fx-mask-wipeInRight",
    "animation": {
      "name": "mask-wipeInLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "linear-gradient(to right, transparent 50%, black 50%)",
      "mask-image": "linear-gradient(to right, transparent 50%, black 50%)",
      "-webkit-mask-size": "200% 100%",
      "mask-size": "200% 100%"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "100% 0",
        "mask-position": "100% 0"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-wipeInTop": {
    "class": "ca__fx-mask-wipeInTop",
    "animation": {
      "name": "mask-wipeInTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "linear-gradient(to bottom, black 50%, transparent 50%)",
      "mask-image": "linear-gradient(to bottom, black 50%, transparent 50%)",
      "-webkit-mask-size": "100% 200%",
      "mask-size": "100% 200%"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 100%",
        "mask-position": "0 100%"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-wipeInBottom": {
    "class": "ca__fx-mask-wipeInBottom",
    "animation": {
      "name": "mask-wipeInBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "linear-gradient(to bottom, transparent 50%, black 50%)",
      "mask-image": "linear-gradient(to bottom, transparent 50%, black 50%)",
      "-webkit-mask-size": "100% 200%",
      "mask-size": "100% 200%"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      },
      "100%": {
        "-webkit-mask-position": "0 100%",
        "mask-position": "0 100%"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-wipeOutLeft": {
    "class": "ca__fx-mask-wipeOutLeft",
    "animation": {
      "name": "mask-wipeOutLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "linear-gradient(to right, black 50%, transparent 50%)",
      "mask-image": "linear-gradient(to right, black 50%, transparent 50%)",
      "-webkit-mask-size": "200% 100%",
      "mask-size": "200% 100%"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      },
      "100%": {
        "-webkit-mask-position": "-100% 0",
        "mask-position": "-100% 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-wipeOutRight": {
    "class": "ca__fx-mask-wipeOutRight",
    "animation": {
      "name": "mask-wipeOutRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "linear-gradient(to right, transparent 50%, black 50%)",
      "mask-image": "linear-gradient(to right, transparent 50%, black 50%)",
      "-webkit-mask-size": "200% 100%",
      "mask-size": "200% 100%"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      },
      "100%": {
        "-webkit-mask-position": "100% 0",
        "mask-position": "100% 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-wipeOutTop": {
    "class": "ca__fx-mask-wipeOutTop",
    "animation": {
      "name": "mask-wipeOutTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "linear-gradient(to bottom, black 50%, transparent 50%)",
      "mask-image": "linear-gradient(to bottom, black 50%, transparent 50%)",
      "-webkit-mask-size": "100% 200%",
      "mask-size": "100% 200%"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      },
      "100%": {
        "-webkit-mask-position": "0 -100%",
        "mask-position": "0 -100%"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-wipeOutBottom": {
    "class": "ca__fx-mask-wipeOutBottom",
    "animation": {
      "name": "mask-wipeOutBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "linear-gradient(to bottom, transparent 50%, black 50%)",
      "mask-image": "linear-gradient(to bottom, transparent 50%, black 50%)",
      "-webkit-mask-size": "100% 200%",
      "mask-size": "100% 200%"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      },
      "100%": {
        "-webkit-mask-position": "0 100%",
        "mask-position": "0 100%"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-shutterLinesIn": {
    "class": "ca__fx-mask-shutterLinesIn",
    "animation": {
      "name": "mask-shutterLinesIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(to right, black 0 30%, transparent 30% 60%)",
      "mask-image": "repeating-linear-gradient(to right, black 0 30%, transparent 30% 60%)",
      "-webkit-mask-size": "200% 100%",
      "mask-size": "200% 100%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "-100% 0",
        "mask-position": "-100% 0"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-stripesWideIn": {
    "class": "ca__fx-mask-stripesWideIn",
    "animation": {
      "name": "mask-stripesWideIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(to bottom, black 0 40%, transparent 40% 60%)",
      "mask-image": "repeating-linear-gradient(to bottom, black 0 40%, transparent 40% 60%)",
      "-webkit-mask-size": "100% 200%",
      "mask-size": "100% 200%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 -100%",
        "mask-position": "0 -100%"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonEclipseIn": {
    "class": "ca__fx-moonEclipseIn",
    "animation": {
      "name": "moonEclipseIn",
      "duration": "1.6s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "opacity": "0",
        "transform": "scale(1.3) rotate(10deg)",
        "filter": "brightness(0) blur(12px)",
        "clip-path": "circle(0% at 50% 50%)"
      },
      "100%": {
        "opacity": "1",
        "transform": "scale(1) rotate(0deg)",
        "filter": "none",
        "clip-path": "circle(100% at 50% 50%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonEclipseOut": {
    "class": "ca__fx-moonEclipseOut",
    "animation": {
      "name": "moonEclipseOut",
      "duration": "1.4s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "opacity": "1",
        "transform": "scale(1)",
        "clip-path": "circle(100% at 50% 50%)",
        "filter": "none"
      },
      "100%": {
        "opacity": "0",
        "transform": "scale(1.3) rotate(-10deg)",
        "clip-path": "circle(0% at 50% 50%)",
        "filter": "brightness(0) blur(10px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonSlideInCrescent": {
    "class": "ca__fx-moonSlideInCrescent",
    "animation": {
      "name": "moonSlideInCrescent",
      "duration": "1.4s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "clip-path": "ellipse(0% 100% at 0% 50%)",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "opacity": "0",
        "transform": "translateX(-30%)",
        "clip-path": "ellipse(0% 100% at 0% 50%)"
      },
      "100%": {
        "opacity": "1",
        "transform": "translateX(0%)",
        "clip-path": "ellipse(100% 100% at 50% 50%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonSliceReveal": {
    "class": "ca__fx-moonSliceReveal",
    "animation": {
      "name": "moonSliceReveal",
      "duration": "1.2s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "clip-path": "polygon(0 0, 0 0, 0 100%, 0% 100%)",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "clip-path": "polygon(0 0, 0 0, 0 100%, 0 100%)",
        "opacity": "0",
        "transform": "scale(1.8)",
        "filter": "blur(4px)"
      },
      "100%": {
        "clip-path": "polygon(0 0, 100% 0, 100% 100%, 0% 100%)",
        "opacity": "1",
        "transform": "scale(1)",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "crescentOrbitRevealLeft": {
    "class": "ca__fx-crescentOrbitRevealLeft",
    "animation": {
      "name": "crescentOrbitRevealLeft",
      "duration": "1.6s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(-100%) rotate(-45deg) scale(0.8)",
        "opacity": "0",
        "clip-path": "ellipse(0% 100% at 0% 50%)"
      },
      "60%": {
        "opacity": "1",
        "clip-path": "ellipse(60% 100% at 50% 50%)"
      },
      "100%": {
        "transform": "translateX(0%) rotate(0deg) scale(1)",
        "clip-path": "ellipse(100% 100% at 50% 50%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "crescentOrbitRevealRight": {
    "class": "ca__fx-crescentOrbitRevealRight",
    "animation": {
      "name": "crescentOrbitRevealRight",
      "duration": "1.6s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(100%) rotate(45deg) scale(0.8)",
        "opacity": "0",
        "clip-path": "ellipse(0% 100% at 100% 50%)"
      },
      "60%": {
        "opacity": "1",
        "clip-path": "ellipse(60% 100% at 50% 50%)"
      },
      "100%": {
        "transform": "translateX(0%) rotate(0deg) scale(1)",
        "clip-path": "ellipse(100% 100% at 50% 50%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonSliceUp": {
    "class": "ca__fx-moonSliceUp",
    "animation": {
      "name": "moonSliceUp",
      "duration": "1.4s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "clip-path": "inset(100% 0 0 0)",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "clip-path": "inset(100% 0 0 0)",
        "transform": "translateY(20%)",
        "opacity": "0",
        "filter": "blur(5px)"
      },
      "100%": {
        "clip-path": "inset(0% 0 0 0)",
        "transform": "translateY(0%)",
        "opacity": "1",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonPhaseReveal": {
    "class": "ca__fx-moonPhaseReveal",
    "animation": {
      "name": "moonPhaseReveal",
      "duration": "1.6s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "clip-path": "circle(0% at 50% 50%)",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "clip-path": "circle(0% at 50% 50%)",
        "opacity": "0",
        "transform": "scale(0.9)",
        "filter": "brightness(0.2) blur(8px)"
      },
      "100%": {
        "clip-path": "circle(100% at 50% 50%)",
        "opacity": "1",
        "transform": "scale(1)",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "lunarVeilIn": {
    "class": "ca__fx-lunarVeilIn",
    "animation": {
      "name": "lunarVeilIn",
      "duration": "1.5s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "clip-path": "polygon(0 100%, 0 100%, 100% 100%, 100% 100%)",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "clip-path": "polygon(0 100%, 0 100%, 100% 100%, 100% 100%)",
        "opacity": "0",
        "transform": "scale(1.05)",
        "filter": "blur(5px)"
      },
      "100%": {
        "clip-path": "polygon(0 0, 0 100%, 100% 100%, 100% 0)",
        "opacity": "1",
        "transform": "scale(1)",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonRippleGlow": {
    "class": "ca__fx-moonRippleGlow",
    "animation": {
      "name": "moonRippleGlow",
      "duration": "2.8s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "box-shadow": "0 0 0 0 rgba(255, 255, 255, 0.1)"
      },
      "100%": {
        "box-shadow": "0 0 0 0 rgba(255, 255, 255, 0.1)"
      },
      "50%": {
        "box-shadow": "0 0 0 12px rgba(255, 255, 255, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonDustFloat": {
    "class": "ca__fx-moonDustFloat",
    "animation": {
      "name": "moonDustFloat",
      "duration": "2.2s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "opacity": "0",
        "transform": "translateY(20%) scale(1.1)",
        "filter": "blur(8px) grayscale(1)"
      },
      "100%": {
        "opacity": "1",
        "transform": "translateY(0%) scale(1)",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonTiltRise": {
    "class": "ca__fx-moonTiltRise",
    "animation": {
      "name": "moonTiltRise",
      "duration": "1.7s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom left",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(60%) rotate(-15deg)",
        "opacity": "0",
        "filter": "brightness(0.4) blur(5px)"
      },
      "100%": {
        "transform": "translateY(0%) rotate(0deg)",
        "opacity": "1",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonCyclePulse": {
    "class": "ca__fx-moonCyclePulse",
    "animation": {
      "name": "moonCyclePulse",
      "duration": "3.5s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "filter": "brightness(1)"
      },
      "100%": {
        "filter": "brightness(1)"
      },
      "50%": {
        "filter": "brightness(1.3)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonFade": {
    "class": "ca__fx-moonFade",
    "animation": {
      "name": "moonFade",
      "duration": "2s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "opacity": "0",
        "filter": "brightness(0.3) blur(4px)",
        "transform": "scale(0.95)"
      },
      "100%": {
        "opacity": "1",
        "filter": "none",
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonFadeUp": {
    "class": "ca__fx-moonFadeUp",
    "animation": {
      "name": "moonFadeUp",
      "duration": "2s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(20%) scale(0.95)",
        "opacity": "0",
        "filter": "brightness(0.4) blur(6px)"
      },
      "100%": {
        "transform": "translateY(0%) scale(1)",
        "opacity": "1",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonFadeDown": {
    "class": "ca__fx-moonFadeDown",
    "animation": {
      "name": "moonFadeDown",
      "duration": "1.8s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-20%) scale(1.05)",
        "opacity": "0",
        "filter": "brightness(0.4) blur(6px)"
      },
      "100%": {
        "transform": "translateY(0%) scale(1)",
        "opacity": "1",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonFadeLeft": {
    "class": "ca__fx-moonFadeLeft",
    "animation": {
      "name": "moonFadeLeft",
      "duration": "2s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(-30%) scale(0.95)",
        "opacity": "0",
        "filter": "brightness(0.4) blur(5px)"
      },
      "100%": {
        "transform": "translateX(0%) scale(1)",
        "opacity": "1",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonFadeRight": {
    "class": "ca__fx-moonFadeRight",
    "animation": {
      "name": "moonFadeRight",
      "duration": "2s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(30%) scale(0.95)",
        "opacity": "0",
        "filter": "brightness(0.4) blur(5px)"
      },
      "100%": {
        "transform": "translateX(0%) scale(1)",
        "opacity": "1",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonFadeScaleUp": {
    "class": "ca__fx-moonFadeScaleUp",
    "animation": {
      "name": "moonFadeScaleUp",
      "duration": "2.1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.85)",
        "opacity": "0",
        "filter": "brightness(0.3) blur(6px)"
      },
      "100%": {
        "transform": "scale(1)",
        "opacity": "1",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonFadeSlow": {
    "class": "ca__fx-moonFadeSlow",
    "animation": {
      "name": "moonFadeSlow",
      "duration": "3.5s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.9)",
        "opacity": "0",
        "filter": "brightness(0.25) blur(8px)"
      },
      "100%": {
        "transform": "scale(1)",
        "opacity": "1",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonFadeStrong": {
    "class": "ca__fx-moonFadeStrong",
    "animation": {
      "name": "moonFadeStrong",
      "duration": "1.5s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1.1) rotate(-2deg)",
        "opacity": "0",
        "filter": "brightness(0.2) blur(12px)"
      },
      "100%": {
        "transform": "scale(1) rotate(0deg)",
        "opacity": "1",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonFadeOut": {
    "class": "ca__fx-moonFadeOut",
    "animation": {
      "name": "moonFadeOut",
      "duration": "2s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "opacity": "1",
        "filter": "none",
        "transform": "scale(1)"
      },
      "100%": {
        "opacity": "0",
        "filter": "brightness(0.3) blur(4px)",
        "transform": "scale(0.95)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonFadeOutUp": {
    "class": "ca__fx-moonFadeOutUp",
    "animation": {
      "name": "moonFadeOutUp",
      "duration": "1.6s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "opacity": "1",
        "transform": "translateY(0%) scale(1)",
        "filter": "none"
      },
      "100%": {
        "opacity": "0",
        "transform": "translateY(-30%) scale(0.9)",
        "filter": "brightness(0.4) blur(8px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonFadeOutDown": {
    "class": "ca__fx-moonFadeOutDown",
    "animation": {
      "name": "moonFadeOutDown",
      "duration": "1.6s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "opacity": "1",
        "transform": "translateY(0%) scale(1)",
        "filter": "none"
      },
      "100%": {
        "opacity": "0",
        "transform": "translateY(30%) scale(0.9)",
        "filter": "brightness(0.4) blur(8px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonFadeOutLeft": {
    "class": "ca__fx-moonFadeOutLeft",
    "animation": {
      "name": "moonFadeOutLeft",
      "duration": "1.5s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "opacity": "1",
        "transform": "translateX(0%) scale(1)",
        "filter": "none"
      },
      "100%": {
        "opacity": "0",
        "transform": "translateX(-30%) scale(0.9)",
        "filter": "brightness(0.4) blur(6px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonFadeOutRight": {
    "class": "ca__fx-moonFadeOutRight",
    "animation": {
      "name": "moonFadeOutRight",
      "duration": "1.5s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "opacity": "1",
        "transform": "translateX(0%) scale(1)",
        "filter": "none"
      },
      "100%": {
        "opacity": "0",
        "transform": "translateX(30%) scale(0.9)",
        "filter": "brightness(0.4) blur(6px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moonFadeOutScale": {
    "class": "ca__fx-moonFadeOutScale",
    "animation": {
      "name": "moonFadeOutScale",
      "duration": "1.7s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1)",
        "opacity": "1",
        "filter": "none"
      },
      "100%": {
        "transform": "scale(0.85)",
        "opacity": "0",
        "filter": "brightness(0.2) blur(10px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moveFromLeft": {
    "class": "ca__fx-moveFromLeft",
    "animation": {
      "name": "moveFromLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateX(-200%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moveFromRight": {
    "class": "ca__fx-moveFromRight",
    "animation": {
      "name": "moveFromRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateX(200%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moveFromTop": {
    "class": "ca__fx-moveFromTop",
    "animation": {
      "name": "moveFromTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateY(-200%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moveFromBottom": {
    "class": "ca__fx-moveFromBottom",
    "animation": {
      "name": "moveFromBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateY(200%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moveToLeft": {
    "class": "ca__fx-moveToLeft",
    "animation": {
      "name": "moveToLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "to": {
        "transform": "translateX(200%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moveToRight": {
    "class": "ca__fx-moveToRight",
    "animation": {
      "name": "moveToRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "to": {
        "transform": "translateX(-200%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moveToTop": {
    "class": "ca__fx-moveToTop",
    "animation": {
      "name": "moveToTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "to": {
        "transform": "translateY(-200%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "moveToBottom": {
    "class": "ca__fx-moveToBottom",
    "animation": {
      "name": "moveToBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "to": {
        "transform": "translateY(200%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "petalDrop": {
    "class": "ca__fx-petalDrop",
    "animation": {
      "name": "petalDrop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-100%) rotateZ(15deg)",
        "opacity": "0"
      },
      "40%": {
        "transform": "translateY(30%) rotateZ(-10deg)",
        "opacity": "1"
      },
      "70%": {
        "transform": "translateY(90%) rotateZ(5deg)"
      },
      "100%": {
        "transform": "translateY(120%) rotateZ(0deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "petalLiftOut": {
    "class": "ca__fx-petalLiftOut",
    "animation": {
      "name": "petalLiftOut",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0%) rotateZ(0deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "translateY(-100%) rotateZ(-20deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "leafFloatIn": {
    "class": "ca__fx-leafFloatIn",
    "animation": {
      "name": "leafFloatIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top left",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(-60%) rotate(-45deg) scale(0.8)",
        "opacity": "0"
      },
      "50%": {
        "transform": "translateX(10%) rotate(20deg) scale(1.05)",
        "opacity": "1"
      },
      "100%": {
        "transform": "translateX(0%) rotate(0deg) scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "leafFloatAway": {
    "class": "ca__fx-leafFloatAway",
    "animation": {
      "name": "leafFloatAway",
      "duration": "1s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(0%) rotate(0deg) scale(1)",
        "opacity": "1"
      },
      "100%": {
        "transform": "translateX(80%) rotate(45deg) scale(0.6)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "perspectiveToTop": {
    "class": "ca__fx-perspectiveToTop",
    "animation": {
      "name": "perspectiveToTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform": "perspective(500px)",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(500px) rotateX(0deg) translateY(0) translateZ(0)",
        "opacity": "1"
      },
      "50%": {
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(500px) rotateX(90deg) translateY(-100px) translateZ(-150px)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "perspectiveToBottom": {
    "class": "ca__fx-perspectiveToBottom",
    "animation": {
      "name": "perspectiveToBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform": "perspective(500px)",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(500px) rotateX(0deg) translateY(0) translateZ(0)",
        "opacity": "1"
      },
      "50%": {
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(500px) rotateX(-90deg) translateY(100px) translateZ(-150px)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bounceInFromBottom": {
    "class": "ca__fx-bounceInFromBottom",
    "animation": {
      "name": "bounceInFromBottom",
      "duration": "1s",
      "timingFunction": "cubic-bezier(0.25, 0.46, 0.45, 0.94)",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "opacity": "0",
        "transform": "translateY(100%)"
      },
      "60%": {
        "opacity": "1",
        "transform": "translateY(-20%)"
      },
      "80%": {
        "transform": "translateY(5%)"
      },
      "100%": {
        "transform": "translateY(0)",
        "/* Settles at final position */\r\n    opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "snapGridEntry": {
    "class": "ca__fx-snapGridEntry",
    "animation": {
      "name": "snapGridEntry",
      "duration": "1s",
      "timingFunction": "cubic-bezier(0.3, 1.5, 0.5, 1)",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.5) rotate(-20deg)",
        "opacity": "0"
      },
      "100%": {
        "transform": "scale(1) rotate(0deg)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "snapGridExit": {
    "class": "ca__fx-snapGridExit",
    "animation": {
      "name": "snapGridExit",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1) rotate(0deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scale(0.3) rotate(15deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bounceInWaddle": {
    "class": "ca__fx-bounceInWaddle",
    "animation": {
      "name": "bounceInWaddle",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(100%) rotate(-25deg)",
        "opacity": "0"
      },
      "40%": {
        "transform": "translateY(-10%) rotate(15deg)",
        "opacity": "1"
      },
      "70%": {
        "transform": "translateY(3%) rotate(-8deg)"
      },
      "100%": {
        "transform": "translateY(0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bounceOutWaddle": {
    "class": "ca__fx-bounceOutWaddle",
    "animation": {
      "name": "bounceOutWaddle",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0%) rotate(0deg)",
        "opacity": "1"
      },
      "30%": {
        "transform": "rotate(10deg)"
      },
      "100%": {
        "transform": "translateY(120%) rotate(-20deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "pullRelease": {
    "class": "ca__fx-pullRelease",
    "animation": {
      "name": "pullRelease",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "15%": {
        "transform": "scale(1.8)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "pushRelease": {
    "class": "ca__fx-pushRelease",
    "animation": {
      "name": "pushRelease",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "15%": {
        "transform": "scale(0.5)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "pushReleaseFrom": {
    "class": "ca__fx-pushReleaseFrom",
    "animation": {
      "name": "pushReleaseFrom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(3, 3)",
        "opacity": "0"
      },
      "30%": {
        "transform": "scale(0.5, 0.5)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "pushReleaseFromLeft": {
    "class": "ca__fx-pushReleaseFromLeft",
    "animation": {
      "name": "pushReleaseFromLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(-100%)"
      },
      "30%": {
        "transform": "translateX(100px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "pushReleaseFromRight": {
    "class": "ca__fx-pushReleaseFromRight",
    "animation": {
      "name": "pushReleaseFromRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(100%)"
      },
      "30%": {
        "transform": "translateX(-100px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "pushReleaseFromTop": {
    "class": "ca__fx-pushReleaseFromTop",
    "animation": {
      "name": "pushReleaseFromTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-100%)"
      },
      "30%": {
        "transform": "translateY(100px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "pushReleaseFromBottom": {
    "class": "ca__fx-pushReleaseFromBottom",
    "animation": {
      "name": "pushReleaseFromBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(100%)"
      },
      "30%": {
        "transform": "translateY(-100px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "pushReleaseTo": {
    "class": "ca__fx-pushReleaseTo",
    "animation": {
      "name": "pushReleaseTo",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "30%": {
        "transform": "scale(0.5, 0.5)"
      },
      "100%": {
        "transform": "scale(5, 5)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "pushReleaseToLeft": {
    "class": "ca__fx-pushReleaseToLeft",
    "animation": {
      "name": "pushReleaseToLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "30%": {
        "transform": "translateX(100px)"
      },
      "100%": {
        "transform": "translateX(-100%)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "pushReleaseToRight": {
    "class": "ca__fx-pushReleaseToRight",
    "animation": {
      "name": "pushReleaseToRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "30%": {
        "transform": "translateX(-100px)"
      },
      "100%": {
        "transform": "translateX(100%)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "pushReleaseToTop": {
    "class": "ca__fx-pushReleaseToTop",
    "animation": {
      "name": "pushReleaseToTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "30%": {
        "transform": "translateY(100px)"
      },
      "100%": {
        "transform": "translateY(-100%)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "pushReleaseToBottom": {
    "class": "ca__fx-pushReleaseToBottom",
    "animation": {
      "name": "pushReleaseToBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "30%": {
        "transform": "translateY(-100px)"
      },
      "100%": {
        "transform": "translateY(100%)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rollFromLeft": {
    "class": "ca__fx-rollFromLeft",
    "animation": {
      "name": "rollFromLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateX(-100%) perspective(600px) rotateY(180deg)",
        "opacity": "0"
      },
      "to": {
        "transform": "translateX(0) perspective(600px) rotateY(0deg)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rollFromRight": {
    "class": "ca__fx-rollFromRight",
    "animation": {
      "name": "rollFromRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateX(100%) perspective(600px) rotateY(-180deg)",
        "opacity": "0"
      },
      "to": {
        "transform": "translateX(0) perspective(600px) rotateY(0deg)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rollFromTop": {
    "class": "ca__fx-rollFromTop",
    "animation": {
      "name": "rollFromTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateY(-100%) perspective(600px) rotateY(180deg)",
        "opacity": "0"
      },
      "to": {
        "transform": "translateY(0) perspective(600px) rotateY(0deg)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rollFromBottom": {
    "class": "ca__fx-rollFromBottom",
    "animation": {
      "name": "rollFromBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateY(100%) perspective(600px) rotateY(-180deg)",
        "opacity": "0"
      },
      "to": {
        "transform": "translateY(0) perspective(600px) rotateY(0deg)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rollToLeft": {
    "class": "ca__fx-rollToLeft",
    "animation": {
      "name": "rollToLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateX(0) perspective(600px) rotateY(0deg)",
        "opacity": "1"
      },
      "to": {
        "transform": "translateX(-100%) perspective(600px) rotateY(180deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rollToRight": {
    "class": "ca__fx-rollToRight",
    "animation": {
      "name": "rollToRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateX(0) perspective(600px) rotateY(0deg)",
        "opacity": "1"
      },
      "to": {
        "transform": "translateX(100%) perspective(600px) rotateY(-180deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rollToTop": {
    "class": "ca__fx-rollToTop",
    "animation": {
      "name": "rollToTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateY(0) perspective(600px) rotateX(0deg)",
        "opacity": "1"
      },
      "to": {
        "transform": "translateY(-100%) perspective(600px) rotateX(180deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rollToBottom": {
    "class": "ca__fx-rollToBottom",
    "animation": {
      "name": "rollToBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "to": {
        "transform": "translateY(100%) perspective(600px) rotateX(-180deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rotateInLeft": {
    "class": "ca__fx-rotateInLeft",
    "animation": {
      "name": "rotateInLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "opacity": "0",
        "transform": "translateX(-100%) rotate(0deg)"
      },
      "to": {
        "transform": "translateX(0) rotate(360deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rotateInRight": {
    "class": "ca__fx-rotateInRight",
    "animation": {
      "name": "rotateInRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "opacity": "0",
        "transform": "translateX(100%) rotate(0deg)"
      },
      "to": {
        "transform": "translateX(0) rotate(-360deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rotateInTop": {
    "class": "ca__fx-rotateInTop",
    "animation": {
      "name": "rotateInTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "opacity": "0",
        "transform": "translateY(-400%) rotate(0deg)"
      },
      "to": {
        "transform": "translateX(0) rotate(360deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rotateInBottom": {
    "class": "ca__fx-rotateInBottom",
    "animation": {
      "name": "rotateInBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "opacity": "0",
        "transform": "translateY(400%) rotate(0deg)"
      },
      "to": {
        "transform": "translateX(0) rotate(360deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rotateOutLeft": {
    "class": "ca__fx-rotateOutLeft",
    "animation": {
      "name": "rotateOutLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateX(0) rotate(360deg)"
      },
      "to": {
        "transform": "translateX(-800px) rotate(0deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rotateOutRight": {
    "class": "ca__fx-rotateOutRight",
    "animation": {
      "name": "rotateOutRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateX(0) rotate(-360deg)"
      },
      "to": {
        "transform": "translateX(800px) rotate(0deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rotateOutTop": {
    "class": "ca__fx-rotateOutTop",
    "animation": {
      "name": "rotateOutTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateX(0) rotate(360deg)"
      },
      "to": {
        "transform": "translateY(-800px) rotate(0deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rotateOutBottom": {
    "class": "ca__fx-rotateOutBottom",
    "animation": {
      "name": "rotateOutBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "translateX(0) rotate(360deg)"
      },
      "to": {
        "transform": "translateY(800px) rotate(0deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rotate": {
    "class": "ca__fx-rotate",
    "animation": {
      "name": "rotate",
      "duration": "1s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "rotate(0deg)"
      },
      "to": {
        "transform": "rotate(360deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rotateX": {
    "class": "ca__fx-rotateX",
    "animation": {
      "name": "rotateX",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "perspective(600px) rotateX(0deg)"
      },
      "to": {
        "transform": "perspective(600px) rotateX(90deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rotateXIn": {
    "class": "ca__fx-rotateXIn",
    "animation": {
      "name": "rotateXIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg)",
        "opacity": "0"
      },
      "5%": {
        "transform": "perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rotateXOut": {
    "class": "ca__fx-rotateXOut",
    "animation": {
      "name": "rotateXOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "95%": {
        "transform": "perspective(600px) translate3d(0, -60px, -1500px) rotateX(75deg)"
      },
      "100%": {
        "transform": "perspective(600px) translate3d(0, -60px, -2000px) rotateX(75deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rotateY": {
    "class": "ca__fx-rotateY",
    "animation": {
      "name": "rotateY",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "perspective(600px) rotateY(0deg)"
      },
      "to": {
        "transform": "perspective(600px) rotateY(90deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rotateYIn": {
    "class": "ca__fx-rotateYIn",
    "animation": {
      "name": "rotateYIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg)",
        "opacity": "0"
      },
      "5%": {
        "transform": "perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rotateYOut": {
    "class": "ca__fx-rotateYOut",
    "animation": {
      "name": "rotateYOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "95%": {
        "transform": "perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg)"
      },
      "100%": {
        "transform": "perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flickerIn": {
    "class": "ca__fx-scifiFlickerIn",
    "animation": {
      "name": "flickerIn",
      "duration": "1.5s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "opacity": "0",
      "transform": "scale(0.8) translateY(-20px)"
    },
    "keyframes": {
      "0%": {
        "opacity": "0",
        "transform": "scale(0.8) translateY(-20px) rotateX(10deg)",
        "text-shadow": "0 0 5px rgba(0, 255, 204, 0.2)"
      },
      "10%": {
        "opacity": "0.2",
        "transform": "scale(1.05) translateY(5px) rotateX(-5deg)",
        "text-shadow": "0 0 10px rgba(0, 255, 204, 0.5)"
      },
      "20%": {
        "opacity": "0",
        "transform": "scale(0.9) translateY(-10px) rotateX(0deg)",
        "text-shadow": "none"
      },
      "30%": {
        "opacity": "0.6",
        "transform": "scale(1.02) translateY(0px) rotateX(2deg)",
        "text-shadow": "0 0 8px rgba(0, 255, 204, 0.4)"
      },
      "40%": {
        "opacity": "0.1",
        "transform": "scale(0.95) translateY(-5px) rotateX(0deg)",
        "text-shadow": "none"
      },
      "50%": {
        "opacity": "0.8",
        "transform": "scale(1.01) translateY(0px) rotateX(-1deg)",
        "text-shadow": "0 0 12px rgba(0, 255, 204, 0.6)"
      },
      "60%": {
        "opacity": "0.3",
        "transform": "scale(0.98) translateY(-2px) rotateX(1deg)",
        "text-shadow": "none"
      },
      "70%": {
        "opacity": "0.9",
        "transform": "scale(1) translateY(0px) rotateX(0deg)",
        "text-shadow": "0 0 15px rgba(0, 255, 204, 0.7)"
      },
      "80%": {
        "opacity": "0.5",
        "transform": "scale(0.99) translateY(0px) rotateX(0deg)",
        "text-shadow": "none"
      },
      "100%": {
        "opacity": "1",
        "transform": "scale(1) translateY(0px) rotateX(0deg)",
        "text-shadow": "0 0 20px rgba(0, 255, 204, 0.8),\r\n      0 0 30px rgba(0, 255, 204, 0.5)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "scanlineReveal": {
    "class": "ca__fx-digitalScanlineReveal",
    "animation": {
      "name": "scanlineReveal",
      "duration": "3s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "opacity": "0",
      "transform": "translateY(10px)",
      "text-shadow": "none"
    },
    "keyframes": {
      "0%": {
        "opacity": "0",
        "transform": "translateY(15px)",
        "text-shadow": "0 -2px 0 #005544,\r\n      0 2px 0 #00ffaa"
      },
      "10%": {
        "opacity": "0.2",
        "transform": "translateY(-5px)",
        "text-shadow": "0 -1px 0 #006655,\r\n      0 1px 0 #00cc88"
      },
      "20%": {
        "opacity": "0.1",
        "transform": "translateY(8px)",
        "text-shadow": "0 -3px 0 #004433,\r\n      0 3px 0 #00ee99"
      },
      "30%": {
        "opacity": "0.5",
        "transform": "translateY(-2px)",
        "text-shadow": "0 -1px 0 #007766,\r\n      0 1px 0 #00dd99"
      },
      "40%": {
        "opacity": "0.3",
        "transform": "translateY(5px)",
        "text-shadow": "0 -2px 0 #005544,\r\n      0 2px 0 #00ffaa"
      },
      "50%": {
        "opacity": "0.7",
        "transform": "translateY(0px)",
        "text-shadow": "0 -1px 0 #008877,\r\n      0 1px 0 #00eeaa"
      },
      "60%": {
        "opacity": "0.4",
        "transform": "translateY(3px)",
        "text-shadow": "0 -1px 0 #006655,\r\n      0 1px 0 #00cc88"
      },
      "70%": {
        "opacity": "0.8",
        "transform": "translateY(0px)",
        "text-shadow": "0 0 5px rgba(0, 255, 170, 0.5),\r\n      0 0 10px rgba(0, 255, 170, 0.3)"
      },
      "80%": {
        "opacity": "0.6",
        "transform": "translateY(1px)",
        "text-shadow": "0 0 3px rgba(0, 255, 170, 0.4)"
      },
      "90%": {
        "opacity": "0.95",
        "transform": "translateY(0px)",
        "text-shadow": "0 0 10px rgba(0, 255, 170, 0.7),\r\n      0 0 20px rgba(0, 255, 170, 0.4)"
      },
      "100%": {
        "opacity": "1",
        "transform": "translateY(0px)",
        "text-shadow": "0 0 15px rgba(0, 255, 170, 0.8),\r\n      0 0 25px rgba(0, 255, 170, 0.6)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "digitalReveal": {
    "class": "ca__fx-scifiDigitalReveal",
    "animation": {
      "name": "digitalReveal",
      "duration": "3s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "opacity": "0",
      "filter": "blur(10px)",
      "clip-path": "inset(0 100% 0 0)",
      "text-shadow": "0 0 5px rgba(0, 255, 204, 0.4)"
    },
    "keyframes": {
      "0%": {
        "opacity": "0",
        "filter": "blur(10px)",
        "clip-path": "inset(0 100% 0 0)",
        "/* Fully clipped from right */\r\n    text-shadow": "0 0 5px rgba(0, 255, 204, 0.4)"
      },
      "10%": {
        "opacity": "0.2",
        "filter": "blur(8px)",
        "clip-path": "inset(0 80% 0 0)",
        "/* Partially revealed */\r\n    text-shadow": "0 0 10px rgba(0, 255, 204, 0.6)"
      },
      "30%": {
        "opacity": "0.6",
        "filter": "blur(4px)",
        "clip-path": "inset(0 50% 0 0)",
        "/* Half revealed */\r\n    text-shadow": "0 0 15px rgba(0, 255, 204, 0.8)"
      },
      "50%": {
        "opacity": "0.9",
        "filter": "blur(2px)",
        "clip-path": "inset(0 10% 0 0)",
        "/* Almost fully revealed */\r\n    text-shadow": "0 0 20px rgba(0, 255, 204, 0.9)"
      },
      "70%": {
        "opacity": "1",
        "filter": "blur(0px)",
        "clip-path": "inset(0 0% 0 0)",
        "/* Fully revealed */\r\n    text-shadow": "0 0 25px rgba(0, 255, 204, 1),\r\n      0 0 35px rgba(0, 255, 204, 0.7)"
      },
      "80%": {
        "filter": "blur(1px)",
        "text-shadow": "0 0 15px rgba(0, 255, 204, 0.6)"
      },
      "90%": {
        "filter": "blur(0px)",
        "text-shadow": "0 0 25px rgba(0, 255, 204, 1),\r\n      0 0 35px rgba(0, 255, 204, 0.7)"
      },
      "100%": {
        "opacity": "1",
        "filter": "blur(0px)",
        "clip-path": "inset(0 0% 0 0)",
        "/* Final state, fully visible */\r\n    text-shadow": "0 0 20px rgba(0, 255, 204, 0.8),\r\n      0 0 30px rgba(0, 255, 204, 0.5)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "horizontalShake": {
    "class": "ca__fx-horizontalShake",
    "animation": {
      "name": "horizontalShake",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "3%": {
        "transform": "translateX(5px)"
      },
      "12%": {
        "transform": "translateX(5px)"
      },
      "21%": {
        "transform": "translateX(5px)"
      },
      "30%": {
        "transform": "translateX(5px)"
      },
      "39%": {
        "transform": "translateX(5px)"
      },
      "48%": {
        "transform": "translateX(5px)"
      },
      "57%": {
        "transform": "translateX(5px)"
      },
      "65%": {
        "transform": "translateX(5px)"
      },
      "74%": {
        "transform": "translateX(5px)"
      },
      "83%": {
        "transform": "translateX(5px)"
      },
      "92%": {
        "transform": "translateX(5px)"
      },
      "6%": {
        "transform": "translateX(3px)"
      },
      "15%": {
        "transform": "translateX(3px)"
      },
      "24%": {
        "transform": "translateX(3px)"
      },
      "33%": {
        "transform": "translateX(3px)"
      },
      "42%": {
        "transform": "translateX(3px)"
      },
      "51%": {
        "transform": "translateX(3px)"
      },
      "60%": {
        "transform": "translateX(3px)"
      },
      "68%": {
        "transform": "translateX(3px)"
      },
      "77%": {
        "transform": "translateX(3px)"
      },
      "86%": {
        "transform": "translateX(3px)"
      },
      "95%": {
        "transform": "translateX(3px)"
      },
      "9%": {
        "transform": "translateX(-5px)"
      },
      "18%": {
        "transform": "translateX(-5px)"
      },
      "27%": {
        "transform": "translateX(-5px)"
      },
      "36%": {
        "transform": "translateX(-5px)"
      },
      "45%": {
        "transform": "translateX(-5px)"
      },
      "54%": {
        "transform": "translateX(-5px)"
      },
      "63%": {
        "transform": "translateX(-5px)"
      },
      "71%": {
        "transform": "translateX(-5px)"
      },
      "80%": {
        "transform": "translateX(-5px)"
      },
      "89%": {
        "transform": "translateX(-5px)"
      },
      "98%": {
        "transform": "translateX(-5px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "verticalShake": {
    "class": "ca__fx-verticalShake",
    "animation": {
      "name": "verticalShake",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "3%": {
        "transform": "translateY(5px)"
      },
      "12%": {
        "transform": "translateY(5px)"
      },
      "21%": {
        "transform": "translateY(5px)"
      },
      "30%": {
        "transform": "translateY(5px)"
      },
      "39%": {
        "transform": "translateY(5px)"
      },
      "48%": {
        "transform": "translateY(5px)"
      },
      "57%": {
        "transform": "translateY(5px)"
      },
      "65%": {
        "transform": "translateY(5px)"
      },
      "74%": {
        "transform": "translateY(5px)"
      },
      "83%": {
        "transform": "translateY(5px)"
      },
      "92%": {
        "transform": "translateY(5px)"
      },
      "6%": {
        "transform": "translateY(3px)"
      },
      "15%": {
        "transform": "translateY(3px)"
      },
      "24%": {
        "transform": "translateY(3px)"
      },
      "33%": {
        "transform": "translateY(3px)"
      },
      "42%": {
        "transform": "translateY(3px)"
      },
      "51%": {
        "transform": "translateY(3px)"
      },
      "60%": {
        "transform": "translateY(3px)"
      },
      "68%": {
        "transform": "translateY(3px)"
      },
      "77%": {
        "transform": "translateY(3px)"
      },
      "86%": {
        "transform": "translateY(3px)"
      },
      "95%": {
        "transform": "translateY(3px)"
      },
      "9%": {
        "transform": "translateY(-5px)"
      },
      "18%": {
        "transform": "translateY(-5px)"
      },
      "27%": {
        "transform": "translateY(-5px)"
      },
      "36%": {
        "transform": "translateY(-5px)"
      },
      "45%": {
        "transform": "translateY(-5px)"
      },
      "54%": {
        "transform": "translateY(-5px)"
      },
      "63%": {
        "transform": "translateY(-5px)"
      },
      "71%": {
        "transform": "translateY(-5px)"
      },
      "80%": {
        "transform": "translateY(-5px)"
      },
      "89%": {
        "transform": "translateY(-5px)"
      },
      "98%": {
        "transform": "translateY(-5px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "madMax": {
    "class": "ca__fx-madMax",
    "animation": {
      "name": "madMax",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "3%": {
        "transform": "translateY(5px) scale(1.1)"
      },
      "12%": {
        "transform": "translateY(5px) scale(1.1)"
      },
      "21%": {
        "transform": "translateY(5px) scale(1.1)"
      },
      "30%": {
        "transform": "translateY(5px) scale(1.1)"
      },
      "39%": {
        "transform": "translateY(5px) scale(1.1)"
      },
      "48%": {
        "transform": "translateY(5px) scale(1.1)"
      },
      "57%": {
        "transform": "translateY(5px) scale(1.1)"
      },
      "65%": {
        "transform": "translateY(5px) scale(1.1)"
      },
      "74%": {
        "transform": "translateY(5px) scale(1.1)"
      },
      "83%": {
        "transform": "translateY(5px) scale(1.1)"
      },
      "92%": {
        "transform": "translateY(5px) scale(1.1)"
      },
      "6%": {
        "transform": "translateY(3px) scale(0.8)"
      },
      "15%": {
        "transform": "translateY(3px) scale(0.8)"
      },
      "24%": {
        "transform": "translateY(3px) scale(0.8)"
      },
      "33%": {
        "transform": "translateY(3px) scale(0.8)"
      },
      "42%": {
        "transform": "translateY(3px) scale(0.8)"
      },
      "51%": {
        "transform": "translateY(3px) scale(0.8)"
      },
      "60%": {
        "transform": "translateY(3px) scale(0.8)"
      },
      "68%": {
        "transform": "translateY(3px) scale(0.8)"
      },
      "77%": {
        "transform": "translateY(3px) scale(0.8)"
      },
      "86%": {
        "transform": "translateY(3px) scale(0.8)"
      },
      "95%": {
        "transform": "translateY(3px) scale(0.8)"
      },
      "9%": {
        "transform": "translateY(-5px) scale(1.1)"
      },
      "18%": {
        "transform": "translateY(-5px) scale(1.1)"
      },
      "27%": {
        "transform": "translateY(-5px) scale(1.1)"
      },
      "36%": {
        "transform": "translateY(-5px) scale(1.1)"
      },
      "45%": {
        "transform": "translateY(-5px) scale(1.1)"
      },
      "54%": {
        "transform": "translateY(-5px) scale(1.1)"
      },
      "63%": {
        "transform": "translateY(-5px) scale(1.1)"
      },
      "71%": {
        "transform": "translateY(-5px) scale(1.1)"
      },
      "80%": {
        "transform": "translateY(-5px) scale(1.1)"
      },
      "89%": {
        "transform": "translateY(-5px) scale(1.1)"
      },
      "98%": {
        "transform": "translateY(-5px) scale(1.1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "coolHorizontalShake": {
    "class": "ca__fx-coolHorizontalShake",
    "animation": {
      "name": "coolHorizontalShake",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "3%": {
        "transform": "translateX(5px)"
      },
      "21%": {
        "transform": "translateX(5px)"
      },
      "39%": {
        "transform": "translateX(5px)"
      },
      "57%": {
        "transform": "translateX(5px)"
      },
      "74%": {
        "transform": "translateX(5px)"
      },
      "92%": {
        "transform": "translateX(5px)"
      },
      "6%": {
        "transform": "translateX(3px)"
      },
      "24%": {
        "transform": "translateX(3px)"
      },
      "42%": {
        "transform": "translateX(3px)"
      },
      "60%": {
        "transform": "translateX(3px)"
      },
      "77%": {
        "transform": "translateX(3px)"
      },
      "95%": {
        "transform": "translateX(3px)"
      },
      "9%": {
        "transform": "translateX(-5px)"
      },
      "27%": {
        "transform": "translateX(-5px)"
      },
      "45%": {
        "transform": "translateX(-5px)"
      },
      "63%": {
        "transform": "translateX(-5px)"
      },
      "80%": {
        "transform": "translateX(-5px)"
      },
      "98%": {
        "transform": "translateX(-5px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "coolVerticalShake": {
    "class": "ca__fx-coolVerticalShake",
    "animation": {
      "name": "coolVerticalShake",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "3%": {
        "transform": "translateY(5px)"
      },
      "21%": {
        "transform": "translateY(5px)"
      },
      "39%": {
        "transform": "translateY(5px)"
      },
      "57%": {
        "transform": "translateY(5px)"
      },
      "74%": {
        "transform": "translateY(5px)"
      },
      "92%": {
        "transform": "translateY(5px)"
      },
      "6%": {
        "transform": "translateY(3px)"
      },
      "24%": {
        "transform": "translateY(3px)"
      },
      "42%": {
        "transform": "translateY(3px)"
      },
      "60%": {
        "transform": "translateY(3px)"
      },
      "77%": {
        "transform": "translateY(3px)"
      },
      "95%": {
        "transform": "translateY(3px)"
      },
      "9%": {
        "transform": "translateY(-5px)"
      },
      "27%": {
        "transform": "translateY(-5px)"
      },
      "45%": {
        "transform": "translateY(-5px)"
      },
      "63%": {
        "transform": "translateY(-5px)"
      },
      "80%": {
        "transform": "translateY(-5px)"
      },
      "98%": {
        "transform": "translateY(-5px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "quietMad": {
    "class": "ca__fx-quietMad",
    "animation": {
      "name": "quietMad",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "3%": {
        "transform": "translateY(5px) scale(1.1)"
      },
      "21%": {
        "transform": "translateY(5px) scale(1.1)"
      },
      "39%": {
        "transform": "translateY(5px) scale(1.1)"
      },
      "57%": {
        "transform": "translateY(5px) scale(1.1)"
      },
      "74%": {
        "transform": "translateY(5px) scale(1.1)"
      },
      "92%": {
        "transform": "translateY(5px) scale(1.1)"
      },
      "6%": {
        "transform": "translateY(3px) scale(0.8)"
      },
      "24%": {
        "transform": "translateY(3px) scale(0.8)"
      },
      "42%": {
        "transform": "translateY(3px) scale(0.8)"
      },
      "60%": {
        "transform": "translateY(3px) scale(0.8)"
      },
      "77%": {
        "transform": "translateY(3px) scale(0.8)"
      },
      "95%": {
        "transform": "translateY(3px) scale(0.8)"
      },
      "9%": {
        "transform": "translateY(-5px) scale(1.1)"
      },
      "27%": {
        "transform": "translateY(-5px) scale(1.1)"
      },
      "45%": {
        "transform": "translateY(-5px) scale(1.1)"
      },
      "63%": {
        "transform": "translateY(-5px) scale(1.1)"
      },
      "80%": {
        "transform": "translateY(-5px) scale(1.1)"
      },
      "98%": {
        "transform": "translateY(-5px) scale(1.1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "vibration": {
    "class": "ca__fx-vibration",
    "animation": {
      "name": "vibration",
      "duration": "0.1s",
      "timingFunction": "linear",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "50%": {
        "transform": "skewY(1deg) skewX(-1deg) scale(1.06)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "shockZoom": {
    "class": "ca__fx-shockZoom",
    "animation": {
      "name": "shockZoom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "matrix(5, 0, 0, 5, 0, 0)"
      },
      "35%": {
        "transform": "matrix(2, 0, 0, 2, 0, 0)"
      },
      "43%": {
        "transform": "matrix(1, 0, 0, 1, 0, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "shockInLeft": {
    "class": "ca__fx-shockInLeft",
    "animation": {
      "name": "shockInLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "matrix(1, 0, 0, 1, -800, 0)"
      },
      "35%": {
        "transform": "matrix(1, 0, 0, 1, 50, 0)"
      },
      "43%": {
        "transform": "matrix(1, 0, 0, 1, 0, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "shockInRight": {
    "class": "ca__fx-shockInRight",
    "animation": {
      "name": "shockInRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "matrix(1, 0, 0, 1, 800, 0)"
      },
      "35%": {
        "transform": "matrix(1, 0, 0, 1, -50, 0)"
      },
      "43%": {
        "transform": "matrix(1, 0, 0, 1, 0, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "shockInTop": {
    "class": "ca__fx-shockInTop",
    "animation": {
      "name": "shockInTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "matrix(1, 0, 0, 1, 0, -400)"
      },
      "35%": {
        "transform": "matrix(1, 0, 0, 1, 0, 50)"
      },
      "43%": {
        "transform": "matrix(1, 0, 0, 1, 0, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "shockInBottom": {
    "class": "ca__fx-shockInBottom",
    "animation": {
      "name": "shockInBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "matrix(1, 0, 0, 1, 0, 400)"
      },
      "35%": {
        "transform": "matrix(1, 0, 0, 1, 0, -50)"
      },
      "43%": {
        "transform": "matrix(1, 0, 0, 1, 0, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "skewLeft": {
    "class": "ca__fx-skewLeft",
    "animation": {
      "name": "skewLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "70%": {
        "transform": "skewX(40deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "skewRight": {
    "class": "ca__fx-skewRight",
    "animation": {
      "name": "skewRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "70%": {
        "transform": "skewX(-40deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "skewInLeft": {
    "class": "ca__fx-skewInLeft",
    "animation": {
      "name": "skewInLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "opacity": "0",
        "transform": "translateX(-100%) skewX(-40deg)"
      },
      "70%": {
        "transform": "skewX(-30deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "skewInRight": {
    "class": "ca__fx-skewInRight",
    "animation": {
      "name": "skewInRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "opacity": "0",
        "transform": "translateX(100%) skewX(40deg)"
      },
      "70%": {
        "transform": "skewX(30deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "skewOutLeft": {
    "class": "ca__fx-skewOutLeft",
    "animation": {
      "name": "skewOutLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "20%": {
        "transform": "skewX(40deg)"
      },
      "100%": {
        "transform": "translateX(-100%) skewX(40deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "skewOutRight": {
    "class": "ca__fx-skewOutRight",
    "animation": {
      "name": "skewOutRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "20%": {
        "transform": "skewX(-40deg)"
      },
      "100%": {
        "transform": "translateX(100%) skewX(-40deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "spinFromLeft": {
    "class": "ca__fx-spinFromLeft",
    "animation": {
      "name": "spinFromLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform-origin": "left bottom"
      },
      "to": {
        "transform": "rotate(90deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "spinFromRight": {
    "class": "ca__fx-spinFromRight",
    "animation": {
      "name": "spinFromRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform-origin": "right bottom"
      },
      "to": {
        "transform": "rotate(-90deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "spinFromTop": {
    "class": "ca__fx-spinFromTop",
    "animation": {
      "name": "spinFromTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform-origin": "left bottom"
      },
      "to": {
        "transform": "rotate(-90deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "spinFromBottom": {
    "class": "ca__fx-spinFromBottom",
    "animation": {
      "name": "spinFromBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform-origin": "right bottom"
      },
      "to": {
        "transform": "rotate(90deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "spinToLeft": {
    "class": "ca__fx-spinToLeft",
    "animation": {
      "name": "spinToLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "rotate(90deg)",
        "opacity": "0"
      },
      "to": {
        "transform-origin": "left bottom"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "spinToRight": {
    "class": "ca__fx-spinToRight",
    "animation": {
      "name": "spinToRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "rotate(-90deg)",
        "opacity": "0"
      },
      "to": {
        "transform-origin": "right bottom"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "spinToTop": {
    "class": "ca__fx-spinToTop",
    "animation": {
      "name": "spinToTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "rotate(-90deg)",
        "opacity": "0"
      },
      "to": {
        "transform-origin": "left bottom"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "spinToBottom": {
    "class": "ca__fx-spinToBottom",
    "animation": {
      "name": "spinToBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "rotate(90deg)",
        "opacity": "0"
      },
      "to": {
        "transform-origin": "right bottom"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "unfoldAndRise": {
    "class": "ca__fx-unfoldAndRise",
    "animation": {
      "name": "unfoldAndRise",
      "duration": "1s",
      "timingFunction": "cubic-bezier(0.68, -0.55, 0.265, 1.55)",
      "fillMode": "both",
      "iterationCount": "1",
      "perspective": "1000px",
      "perspective-origin": "center bottom",
      "transform-origin": "bottom center",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateX(90deg) translateY(50px) scale(0.8)",
        "opacity": "0"
      },
      "40%": {
        "transform": "rotateX(0deg) translateY(0) scale(1)",
        "opacity": "1"
      },
      "60%": {
        "transform": "rotateX(-5deg) translateY(-10px)",
        "opacity": "1"
      },
      "80%": {
        "transform": "rotateX(0deg) translateY(0)",
        "opacity": "1"
      },
      "100%": {
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "hu__hu__": {
    "class": "ca__fx-hu__hu__",
    "animation": {
      "name": "hu__hu__",
      "duration": "2s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "50%": {
        "transform": "translateY(30px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "peekpeek": {
    "class": "ca__fx-peekpeek",
    "animation": {
      "name": "peekpeek",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "25%": {
        "transform": "rotateX(30deg) translateY(10px) rotate(-13deg)"
      },
      "50%": {
        "transform": "translateY(-22px) rotate(3deg) scale(1.1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "pepe": {
    "class": "ca__fx-pepe",
    "animation": {
      "name": "pepe",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "rotate(4deg)"
      },
      "33%": {
        "transform": "rotate(4deg)"
      },
      "66%": {
        "transform": "rotate(4deg)"
      },
      "100%": {
        "transform": "rotate(4deg)"
      },
      "16%": {
        "transform": "rotate(-4deg)"
      },
      "50%": {
        "transform": "rotate(-4deg)"
      },
      "83%": {
        "transform": "rotate(-4deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "lightning": {
    "class": "ca__fx-lightning",
    "animation": {
      "name": "lightning",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "opacity": "1"
      },
      "50%": {
        "opacity": "1"
      },
      "100%": {
        "opacity": "1"
      },
      "25%": {
        "opacity": "0"
      },
      "75%": {
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "joltZoom": {
    "class": "ca__fx-joltZoom",
    "animation": {
      "name": "joltZoom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "10%": {
        "font-size": "140%"
      },
      "40%": {
        "font-size": "80%"
      },
      "100%": {
        "font-size": "100%"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "jigglypop": {
    "class": "ca__fx-jigglypop",
    "animation": {
      "name": "jigglypop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "rotate(0deg)"
      },
      "100%": {
        "transform": "rotate(0deg)"
      },
      "15%": {
        "transform": "rotate(-5deg)"
      },
      "30%": {
        "transform": "rotate(5deg)"
      },
      "45%": {
        "transform": "rotate(-3deg)"
      },
      "60%": {
        "transform": "rotate(3deg)"
      },
      "75%": {
        "transform": "rotate(-1deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "wooble": {
    "class": "ca__fx-wooble",
    "animation": {
      "name": "wooble",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center"
    },
    "keyframes": {
      "0%": {
        "transform": "skewX(0deg)"
      },
      "100%": {
        "transform": "skewX(0deg)"
      },
      "20%": {
        "transform": "skewX(-10deg)"
      },
      "40%": {
        "transform": "skewX(8deg)"
      },
      "60%": {
        "transform": "skewX(-6deg)"
      },
      "80%": {
        "transform": "skewX(4deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flicker": {
    "class": "ca__fx-colorFlicker",
    "animation": {
      "name": "flicker",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "opacity": "1"
      },
      "19%": {
        "opacity": "1"
      },
      "21%": {
        "opacity": "1"
      },
      "23%": {
        "opacity": "1"
      },
      "25%": {
        "opacity": "1"
      },
      "54%": {
        "opacity": "1"
      },
      "56%": {
        "opacity": "1"
      },
      "100%": {
        "opacity": "1"
      },
      "20%": {
        "opacity": "0.3"
      },
      "22%": {
        "opacity": "0.3"
      },
      "24%": {
        "opacity": "0.3"
      },
      "55%": {
        "opacity": "0.3"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swing": {
    "class": "ca__fx-swing",
    "animation": {
      "name": "swing",
      "duration": "1s)",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "transform-origin": "top center"
    },
    "keyframes": {
      "0%": {
        "transform": "rotate(0deg)"
      },
      "100%": {
        "transform": "rotate(0deg)"
      },
      "20%": {
        "transform": "rotate(15deg)"
      },
      "40%": {
        "transform": "rotate(-10deg)"
      },
      "60%": {
        "transform": "rotate(5deg)"
      },
      "80%": {
        "transform": "rotate(-5deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingIn": {
    "class": "ca__fx-swingIn",
    "animation": {
      "name": "swingIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center"
    },
    "keyframes": {
      "0%": {
        "transform": "rotate(45deg)",
        "opacity": "0"
      },
      "40%": {
        "transform": "rotate(-20deg)",
        "opacity": "1"
      },
      "60%": {
        "transform": "rotate(10deg)"
      },
      "80%": {
        "transform": "rotate(-5deg)"
      },
      "100%": {
        "transform": "rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingOut": {
    "class": "ca__fx-swingOut",
    "animation": {
      "name": "swingOut",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center"
    },
    "keyframes": {
      "0%": {
        "transform": "rotate(0deg)"
      },
      "30%": {
        "transform": "rotate(10deg)"
      },
      "60%": {
        "transform": "rotate(-30deg)"
      },
      "100%": {
        "transform": "rotate(-55deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingUp": {
    "class": "ca__fx-swingUp",
    "animation": {
      "name": "swingUp",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(100%) rotateX(45deg)",
        "opacity": "0"
      },
      "50%": {
        "transform": "translateY(-10%) rotateX(-15deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "translateY(0%) rotateX(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingZoom": {
    "class": "ca__fx-swingZoom",
    "animation": {
      "name": "swingZoom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.8) rotate(-10deg)",
        "opacity": "0"
      },
      "30%": {
        "transform": "scale(1.05) rotate(15deg)",
        "opacity": "1"
      },
      "60%": {
        "transform": "scale(1) rotate(-5deg)"
      },
      "100%": {
        "transform": "scale(1) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingPop": {
    "class": "ca__fx-swingPop",
    "animation": {
      "name": "swingPop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center bottom"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.5) rotate(-20deg)",
        "opacity": "0"
      },
      "60%": {
        "transform": "scale(1.1) rotate(10deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scale(1) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingSkew": {
    "class": "ca__fx-swingSkew",
    "animation": {
      "name": "swingSkew",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top left"
    },
    "keyframes": {
      "0%": {
        "transform": "skewX(0deg)"
      },
      "30%": {
        "transform": "skewX(15deg)"
      },
      "60%": {
        "transform": "skewX(-10deg)"
      },
      "100%": {
        "transform": "skewX(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingInFromRight": {
    "class": "ca__fx-swingInFromRight",
    "animation": {
      "name": "swingInFromRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom"
    },
    "keyframes": {
      "40%": {
        "transform": "rotate(45deg)"
      },
      "100%": {
        "transform": "rotate(0deg)",
        "animation-timing-function": "cubic-bezier(0, 0.9, 0.7, 1.45)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingInFromLeft": {
    "class": "ca__fx-swingInFromLeft",
    "animation": {
      "name": "swingInFromLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom"
    },
    "keyframes": {
      "40%": {
        "transform": "rotate(-45deg)"
      },
      "100%": {
        "transform": "rotate(0deg)",
        "animation-timing-function": "cubic-bezier(0, 0.9, 0.7, 1.45)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingInFromTop": {
    "class": "ca__fx-swingInFromTop",
    "animation": {
      "name": "swingInFromTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center"
    },
    "keyframes": {
      "from": {
        "transform": "rotateX(90deg)",
        "transform-origin": "top center",
        "opacity": "0"
      },
      "to": {
        "transform": "rotateX(0deg)",
        "transform-origin": "top center",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingInFromBottom": {
    "class": "ca__fx-swingInFromBottom",
    "animation": {
      "name": "swingInFromBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom center"
    },
    "keyframes": {
      "from": {
        "transform": "rotateX(-90deg)",
        "transform-origin": "bottom center",
        "opacity": "0"
      },
      "to": {
        "transform": "rotateX(0deg)",
        "transform-origin": "bottom center",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingOutToRight": {
    "class": "ca__fx-swingOutToRight",
    "animation": {
      "name": "swingOutToRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom center"
    },
    "keyframes": {
      "from": {
        "transform": "rotate(0deg)",
        "opacity": "1"
      },
      "to": {
        "transform": "rotate(45deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingOutToLeft": {
    "class": "ca__fx-swingOutToLeft",
    "animation": {
      "name": "swingOutToLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom center"
    },
    "keyframes": {
      "from": {
        "transform": "rotate(0deg)",
        "opacity": "1"
      },
      "to": {
        "transform": "rotate(-45deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingOutToTop": {
    "class": "ca__fx-swingOutToTop",
    "animation": {
      "name": "swingOutToTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center",
      "transform-style": "preserve-3d",
      "perspective": "1000px",
      "will-change": "transform"
    },
    "keyframes": {
      "from": {
        "transform": "rotateX(0deg)",
        "transform-origin": "top center",
        "opacity": "1"
      },
      "to": {
        "transform": "rotateX(90deg)",
        "transform-origin": "top center",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingOutToBottom": {
    "class": "ca__fx-swingOutToBottom",
    "animation": {
      "name": "swingOutToBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom center",
      "transform-style": "preserve-3d",
      "perspective": "1000px",
      "will-change": "transform"
    },
    "keyframes": {
      "from": {
        "transform": "rotateX(0deg)",
        "transform-origin": "bottom center",
        "opacity": "1"
      },
      "to": {
        "transform": "rotateX(-90deg)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingDrop": {
    "class": "ca__fx-swingDrop",
    "animation": {
      "name": "swingDrop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-100%) rotate(20deg)",
        "opacity": "0"
      },
      "40%": {
        "transform": "translateY(10%) rotate(-15deg)",
        "opacity": "1"
      },
      "70%": {
        "transform": "translateY(0%) rotate(5deg)"
      },
      "100%": {
        "transform": "translateY(0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingDropSoft": {
    "class": "ca__fx-swingDropSoft",
    "animation": {
      "name": "swingDropSoft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-100%) rotate(15deg)",
        "opacity": "0"
      },
      "50%": {
        "transform": "translateY(5%) rotate(-10deg)",
        "opacity": "1"
      },
      "80%": {
        "transform": "translateY(-2%) rotate(5deg)"
      },
      "100%": {
        "transform": "translateY(0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingDropHard": {
    "class": "ca__fx-swingDropHard",
    "animation": {
      "name": "swingDropHard",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-120%) rotate(35deg)",
        "opacity": "0"
      },
      "40%": {
        "transform": "translateY(20%) rotate(-25deg)",
        "opacity": "1"
      },
      "70%": {
        "transform": "translateY(0%) rotate(10deg)"
      },
      "100%": {
        "transform": "translateY(0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingDropBounce": {
    "class": "ca__fx-swingDropBounce",
    "animation": {
      "name": "swingDropBounce",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-100%) rotate(15deg)",
        "opacity": "0"
      },
      "50%": {
        "transform": "translateY(10%) rotate(-10deg)",
        "opacity": "1"
      },
      "70%": {
        "transform": "translateY(-5%) rotate(5deg)"
      },
      "85%": {
        "transform": "translateY(3%) rotate(-2deg)"
      },
      "100%": {
        "transform": "translateY(0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingDropTwist": {
    "class": "ca__fx-swingDropTwist",
    "animation": {
      "name": "swingDropTwist",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-100%) rotate(0deg)",
        "opacity": "0"
      },
      "25%": {
        "transform": "translateY(30%) rotate(25deg)",
        "opacity": "1"
      },
      "50%": {
        "transform": "translateY(10%) rotate(-20deg)"
      },
      "75%": {
        "transform": "translateY(5%) rotate(10deg)"
      },
      "100%": {
        "transform": "translateY(0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingDropElastic": {
    "class": "ca__fx-swingDropElastic",
    "animation": {
      "name": "swingDropElastic",
      "duration": "1s",
      "timingFunction": "cubic-bezier(0.25, 1.5, 0.5, 1)",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-120%) rotate(25deg)",
        "opacity": "0"
      },
      "30%": {
        "transform": "translateY(15%) rotate(-20deg)",
        "opacity": "1"
      },
      "55%": {
        "transform": "translateY(-8%) rotate(10deg)"
      },
      "75%": {
        "transform": "translateY(4%) rotate(-5deg)"
      },
      "100%": {
        "transform": "translateY(0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingDropChain": {
    "class": "ca__fx-swingDropChain",
    "animation": {
      "name": "swingDropChain",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-100%) rotate(35deg)",
        "opacity": "0"
      },
      "30%": {
        "transform": "translateY(5%) rotate(-25deg)",
        "opacity": "1"
      },
      "50%": {
        "transform": "rotate(15deg)"
      },
      "70%": {
        "transform": "rotate(-8deg)"
      },
      "90%": {
        "transform": "rotate(4deg)"
      },
      "100%": {
        "transform": "rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingDropHover": {
    "class": "ca__fx-swingDropHover",
    "animation": {
      "name": "swingDropHover",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-80%) rotate(20deg)",
        "opacity": "0"
      },
      "60%": {
        "transform": "translateY(0%) rotate(-10deg)",
        "opacity": "1"
      },
      "80%": {
        "transform": "translateY(-3%) rotate(5deg)"
      },
      "100%": {
        "transform": "translateY(0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingDropKite": {
    "class": "ca__fx-swingDropKite",
    "animation": {
      "name": "swingDropKite",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top right"
    },
    "keyframes": {
      "0%": {
        "transform": "translate(-30%, -100%) rotate(20deg)",
        "opacity": "0"
      },
      "40%": {
        "transform": "translate(10%, 20%) rotate(-15deg)",
        "opacity": "1"
      },
      "70%": {
        "transform": "translate(-5%, -5%) rotate(5deg)"
      },
      "100%": {
        "transform": "translate(0%, 0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingDropSnap": {
    "class": "ca__fx-swingDropSnap",
    "animation": {
      "name": "swingDropSnap",
      "duration": "1s",
      "timingFunction": "cubic-bezier(0.25, 0.85, 0.5, 1.25)",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-90%) rotate(10deg)",
        "opacity": "0"
      },
      "60%": {
        "transform": "translateY(5%) rotate(-5deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "translateY(0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingDropMagnet": {
    "class": "ca__fx-swingDropMagnet",
    "animation": {
      "name": "swingDropMagnet",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-120%) rotate(15deg)",
        "opacity": "0"
      },
      "50%": {
        "transform": "translateY(10%) rotate(-8deg)",
        "opacity": "1"
      },
      "75%": {
        "transform": "translateY(-4%) rotate(4deg)"
      },
      "90%": {
        "transform": "translateY(1%) rotate(-2deg)"
      },
      "100%": {
        "transform": "translateY(0%) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingInLeft": {
    "class": "ca__fx-swingInLeft",
    "animation": {
      "name": "swingInLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "matrix(3, 0, 0, 3, -800, 0)",
        "animation-timing-function": "ease-out"
      },
      "50%": {
        "transform": "matrix(1.3, 0, 0, 1.3, 20, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingInRight": {
    "class": "ca__fx-swingInRight",
    "animation": {
      "name": "swingInRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "matrix(3, 0, 0, 3, 800, 0)",
        "animation-timing-function": "ease-out"
      },
      "50%": {
        "transform": "matrix(1.3, 0, 0, 1.3, -20, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingInTop": {
    "class": "ca__fx-swingInTop",
    "animation": {
      "name": "swingInTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "matrix(3, 0, 0, 3, 0, -800)",
        "animation-timing-function": "ease-out"
      },
      "50%": {
        "transform": "matrix(1.3, 0, 0, 1.3, 0, 20)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "swingInBottom": {
    "class": "ca__fx-swingInBottom",
    "animation": {
      "name": "swingInBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "matrix(3, 0, 0, 3, 0, 800)",
        "animation-timing-function": "ease-out"
      },
      "50%": {
        "transform": "matrix(1.3, 0, 0, 1.3, 0, -20)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "effect3d": {
    "class": "ca__fx-effect3d",
    "animation": {
      "name": "effect3d",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "to": {
        "text-shadow": "0 1px 0 #ccc,\r\n      0 2px 0 #c9c9c9,\r\n      0 3px 0 #bbb,\r\n      0 4px 0 #b9b9b9,\r\n      0 5px 0 #aaa,\r\n      0 6px 1px rgba(0, 0, 0, 0.1),\r\n      0 0 5px rgba(0, 0, 0, 0.1),\r\n      0 1px 3px rgba(0, 0, 0, 0.3),\r\n      0 3px 5px rgba(0, 0, 0, 0.2),\r\n      0 5px 10px rgba(0, 0, 0, 0.25),\r\n      0 10px 10px rgba(0, 0, 0, 0.2),\r\n      0 20px 20px rgba(0, 0, 0, 0.15)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "springy": {
    "class": "ca__fx-spring",
    "animation": {
      "name": "springy",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1)"
      },
      "30%": {
        "transform": "scale(1.4, 0.6)"
      },
      "50%": {
        "transform": "scale(0.8, 1.3)"
      },
      "70%": {
        "transform": "scale(1.2, 0.8)"
      },
      "100%": {
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "neonGlow": {
    "class": "ca__fx-neonGlow",
    "animation": {
      "name": "neonGlow",
      "duration": "1.5s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "text-shadow": "0 0 5px #fff,\r\n      0 0 10px #f0f,\r\n      0 0 20px #f0f"
      },
      "100%": {
        "text-shadow": "0 0 5px #fff,\r\n      0 0 10px #f0f,\r\n      0 0 20px #f0f"
      },
      "50%": {
        "text-shadow": "0 0 10px #fff,\r\n      0 0 20px #0ff,\r\n      0 0 30px #0ff"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "colorPulse": {
    "class": "ca__fx-colorPulse",
    "animation": {
      "name": "colorPulse",
      "duration": "2s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "color": "#fff"
      },
      "100%": {
        "color": "#fff"
      },
      "50%": {
        "color": "#ff4081"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "trackExpand": {
    "class": "ca__fx-trackExpand",
    "animation": {
      "name": "trackExpand",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(0)",
        "letter-spacing": "0"
      },
      "100%": {
        "transform": "translateX(5px)",
        "letter-spacing": "0.5em"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "trackCollapse": {
    "class": "ca__fx-trackCollapse",
    "animation": {
      "name": "trackCollapse",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(5px)",
        "letter-spacing": "0.5em"
      },
      "100%": {
        "transform": "translateX(0)",
        "letter-spacing": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "gradientText": {
    "class": "ca__fx-gradientText",
    "animation": {
      "name": "gradientText",
      "duration": "3s",
      "timingFunction": "linear",
      "fillMode": "both",
      "iterationCount": "infinite",
      "background": "linear-gradient(90deg, #ff0080, #7928ca)",
      "-webkit-background-clip": "text",
      "-webkit-text-fill-color": "transparent",
      "background-size": "200%"
    },
    "keyframes": {
      "0%": {
        "background-position": "0%"
      },
      "100%": {
        "background-position": "200%"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rainbow": {
    "class": "ca__fx-rainbowText",
    "animation": {
      "name": "rainbow",
      "duration": "3s",
      "timingFunction": "linear",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "color": "red"
      },
      "20%": {
        "color": "orange"
      },
      "40%": {
        "color": "yellow"
      },
      "60%": {
        "color": "green"
      },
      "80%": {
        "color": "blue"
      },
      "100%": {
        "color": "violet"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "zoomIn": {
    "class": "ca__fx-zoomIn",
    "animation": {
      "name": "zoomIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "scale(10)",
        "opacity": "0"
      },
      "to": {
        "opacity": "1",
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bounceZoomIn": {
    "class": "ca__fx-bounceZoomIn",
    "animation": {
      "name": "bounceZoomIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "animation-timing-function": "ease-out",
        "transform": "scale(1)"
      },
      "25%": {
        "animation-timing-function": "ease-out",
        "transform": "scale(1)"
      },
      "55%": {
        "animation-timing-function": "ease-out",
        "transform": "scale(1)"
      },
      "85%": {
        "animation-timing-function": "ease-out",
        "transform": "scale(1)"
      },
      "100%": {
        "animation-timing-function": "ease-out",
        "transform": "scale(1)"
      },
      "41%": {
        "animation-timing-function": "ease-in",
        "transform": "scale(1.5)"
      },
      "44%": {
        "animation-timing-function": "ease-in",
        "transform": "scale(1.5)"
      },
      "70%": {
        "animation-timing-function": "ease-in",
        "transform": "scale(1.3)"
      },
      "90%": {
        "transform": "scale(1.1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "zoomInLeft": {
    "class": "ca__fx-zoomInLeft",
    "animation": {
      "name": "zoomInLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "scale(10) translateX(-50%)",
        "opacity": "0"
      },
      "to": {
        "opacity": "1",
        "transform": "scale(1) translateX(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "zoomInRight": {
    "class": "ca__fx-zoomInRight",
    "animation": {
      "name": "zoomInRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "scale(10) translateX(50%)",
        "opacity": "0"
      },
      "to": {
        "opacity": "1",
        "transform": "scale(1) translateX(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "zoomInTop": {
    "class": "ca__fx-zoomInTop",
    "animation": {
      "name": "zoomInTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "scale(10) translateY(-50%)",
        "opacity": "0"
      },
      "to": {
        "opacity": "1",
        "transform": "scale(1) translateY(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "zoomInBottom": {
    "class": "ca__fx-zoomInBottom",
    "animation": {
      "name": "zoomInBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "from": {
        "transform": "scale(10) translateY(50%)",
        "opacity": "0"
      },
      "to": {
        "opacity": "1",
        "transform": "scale(1) translateY(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "snapZoom": {
    "class": "ca__fx-snapZoom",
    "animation": {
      "name": "snapZoom",
      "duration": "1s)",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.3)",
        "opacity": "0"
      },
      "50%": {
        "transform": "scale(1.15)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "zoomOut": {
    "class": "ca__fx-zoomOut",
    "animation": {
      "name": "zoomOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "to": {
        "transform": "scale(10)",
        "opacity": "0"
      },
      "from": {
        "opacity": "1",
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "zoomOutLeft": {
    "class": "ca__fx-zoomOutLeft",
    "animation": {
      "name": "zoomOutLeft",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "to": {
        "transform": "scale(10) translateX(-50%)",
        "opacity": "0"
      },
      "from": {
        "opacity": "1",
        "transform": "scale(1) translateX(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "zoomOutRight": {
    "class": "ca__fx-zoomOutRight",
    "animation": {
      "name": "zoomOutRight",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "to": {
        "transform": "scale(10) translateX(50%)",
        "opacity": "0"
      },
      "from": {
        "opacity": "1",
        "transform": "scale(1) translateX(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "zoomOutTop": {
    "class": "ca__fx-zoomOutTop",
    "animation": {
      "name": "zoomOutTop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "to": {
        "transform": "scale(10) translateY(-50%)",
        "opacity": "0"
      },
      "from": {
        "opacity": "1",
        "transform": "scale(1) translateY(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "zoomOutBottom": {
    "class": "ca__fx-zoomOutBottom",
    "animation": {
      "name": "zoomOutBottom",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "to": {
        "transform": "scale(10) translateY(50%)",
        "opacity": "0"
      },
      "from": {
        "opacity": "1",
        "transform": "scale(1) translateY(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "zoomOutRotateUp": {
    "class": "ca__fx-zoomOutRotateUp",
    "animation": {
      "name": "zoomOutRotateUp",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "backface-visibility": "var(--cssanimation-backface-visibility)",
      "transform-style": "var(--cssanimation-transform-style)",
      "will-change": "var(--cssanimation-will-change)"
    },
    "keyframes": {
      "0%": {
        "transform": "perspective(700px) rotateX(0deg) scale(1)",
        "opacity": "1"
      },
      "100%": {
        "transform": "perspective(700px) rotateX(80deg) scale(0.3) translateY(-80px)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "zoomPingExit": {
    "class": "ca__fx-zoomPingExit",
    "animation": {
      "name": "zoomPingExit",
      "duration": "1s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scale(1.5)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "zoomToTarget": {
    "class": "ca__fx-zoomToTarget",
    "animation": {
      "name": "zoomToTarget",
      "duration": "1.1s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-origin": "center center"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1) translate(0, 0)",
        "opacity": "1"
      },
      "60%": {
        "transform": "scale(1.2) translate(0, -10px)"
      },
      "100%": {
        "transform": "scale(0.8) translate(10px, 20px)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "blobJumpMorph": {
    "class": "ca__fx-blobJumpMorph",
    "animation": {
      "name": "blobJumpMorph",
      "duration": "2.2s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "width": "100px",
      "height": "100px",
      "background": "radial-gradient(circle at 50% 50%, #00f0ff, #0099cc)",
      "border-radius": "40% 60% 60% 40% / 60% 40% 60% 40%"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0) scale(1)",
        "border-radius": "40% 60% 60% 40% / 60% 40% 60% 40%"
      },
      "100%": {
        "transform": "translateY(0) scale(1)",
        "border-radius": "40% 60% 60% 40% / 60% 40% 60% 40%"
      },
      "25%": {
        "transform": "translateY(-30%) scale(1.1, 0.9)",
        "border-radius": "50% 40% 60% 50% / 40% 60% 40% 60%"
      },
      "50%": {
        "transform": "translateY(0) scale(0.95, 1.05)",
        "border-radius": "60% 50% 40% 60% / 50% 60% 50% 40%"
      },
      "75%": {
        "transform": "translateY(-15%) scale(1.05, 0.95)",
        "border-radius": "45% 55% 55% 45% / 55% 45% 55% 45%"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "gooBounceBlob": {
    "class": "ca__fx-gooBounceBlob",
    "animation": {
      "name": "gooBounceBlob",
      "duration": "1.8s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "width": "90px",
      "height": "90px",
      "background": "linear-gradient(135deg, #ff66cc, #9900ff)",
      "border-radius": "50%"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0) scale(1)",
        "border-radius": "50%"
      },
      "100%": {
        "transform": "translateY(0) scale(1)",
        "border-radius": "50%"
      },
      "30%": {
        "transform": "translateY(-40%) scale(1.2, 0.8)",
        "border-radius": "40% 60% 70% 30% / 50% 60% 40% 50%"
      },
      "60%": {
        "transform": "translateY(10%) scale(0.9, 1.1)",
        "border-radius": "60% 40% 40% 60% / 50% 40% 60% 50%"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "jellyBounceWave": {
    "class": "ca__fx-jellyBounceWave",
    "animation": {
      "name": "jellyBounceWave",
      "duration": "2.6s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "width": "80px",
      "height": "80px",
      "background": "conic-gradient(from 90deg, #00ffcc, #6600ff, #00ffcc)",
      "border-radius": "50%"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0) scale(1)",
        "border-radius": "50%"
      },
      "100%": {
        "transform": "translateY(0) scale(1)",
        "border-radius": "50%"
      },
      "20%": {
        "transform": "translateY(-30%) scale(1.1, 0.8)",
        "border-radius": "40% 60% 65% 35% / 50% 40% 60% 50%"
      },
      "50%": {
        "transform": "translateY(0) scale(0.95, 1.1)",
        "border-radius": "60% 40% 45% 55% / 60% 45% 55% 40%"
      },
      "80%": {
        "transform": "translateY(-10%) scale(1.05, 0.95)",
        "border-radius": "55% 45% 50% 50% / 50% 50% 55% 45%"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "blobBouncePop": {
    "class": "ca__fx-blobBouncePop",
    "animation": {
      "name": "blobBouncePop",
      "duration": "2.2s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "width": "90px",
      "height": "90px",
      "background": "radial-gradient(circle at 40% 40%, #ffe066, #ff6b6b)",
      "border-radius": "50%"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1) translateY(0)",
        "border-radius": "50%"
      },
      "20%": {
        "transform": "scale(1.2, 0.8) translateY(-25%)",
        "border-radius": "40% 60% 70% 30% / 60% 40% 60% 40%"
      },
      "50%": {
        "transform": "scale(0.95, 1.1) translateY(10%)",
        "border-radius": "60% 40% 50% 50% / 50% 60% 40% 50%"
      },
      "100%": {
        "transform": "scale(1) translateY(0)",
        "border-radius": "50%"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "blobElasticStretch": {
    "class": "ca__fx-blobElasticStretch",
    "animation": {
      "name": "blobElasticStretch",
      "duration": "2.8s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "width": "70px",
      "height": "70px",
      "background": "linear-gradient(45deg, #00f0ff, #0044ff)",
      "border-radius": "60% 40% 70% 30% / 50% 60% 40% 50%"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0%) scale(1)"
      },
      "100%": {
        "transform": "translateY(0%) scale(1)"
      },
      "25%": {
        "transform": "translateY(-60%) scale(0.9, 1.3)",
        "border-radius": "50% 60% 40% 50% / 50% 40% 60% 50%"
      },
      "50%": {
        "transform": "translateY(10%) scale(1.1, 0.8)",
        "border-radius": "60% 50% 50% 40% / 50% 50% 50% 60%"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "blobPulseDrop": {
    "class": "ca__fx-blobPulseDrop",
    "animation": {
      "name": "blobPulseDrop",
      "duration": "1.8s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "width": "80px",
      "height": "80px",
      "background": "radial-gradient(circle at 50% 50%, #ffffff, #00ffcc)",
      "border-radius": "50%",
      "box-shadow": "0 0 12px #00ffc3,\r\n    0 0 24px #00ffc3"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0) scale(1)",
        "opacity": "1"
      },
      "100%": {
        "transform": "translateY(0) scale(1)",
        "opacity": "1"
      },
      "30%": {
        "transform": "translateY(-30%) scale(1.15, 0.85)"
      },
      "50%": {
        "transform": "translateY(0) scale(0.9, 1.1)",
        "opacity": "0.9"
      },
      "75%": {
        "transform": "translateY(-15%) scale(1.05, 0.95)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "floatingOrb": {
    "class": "ca__fx-floatingOrb",
    "animation": {
      "name": "floatingOrb",
      "duration": "3.5s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "width": "80px",
      "height": "80px",
      "background": "radial-gradient(circle at 60% 40%, #fff5cc, #ff00cc)",
      "border-radius": "50%",
      "filter": "drop-shadow(0 0 12px rgba(255,0,204,0.66667))"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0) scale(1)"
      },
      "100%": {
        "transform": "translateY(0) scale(1)"
      },
      "50%": {
        "transform": "translateY(-12%) scale(1.05)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "magicBlobSplit": {
    "class": "ca__fx-magicBlobSplit",
    "animation": {
      "name": "magicBlobSplit",
      "duration": "2.8s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "width": "100px",
      "height": "100px",
      "background": "radial-gradient(circle, #99faff, #3300ff)",
      "border-radius": "60% 40% 50% 70% / 60% 40% 60% 50%"
    },
    "keyframes": {
      "0%": {
        "transform": "translate(0, 0) scale(1)",
        "border-radius": "60% 40% 50% 70% / 60% 40% 60% 50%"
      },
      "100%": {
        "transform": "translate(0, 0) scale(1)",
        "border-radius": "60% 40% 50% 70% / 60% 40% 60% 50%"
      },
      "50%": {
        "transform": "translate(-10%, -10%) scale(1.1)",
        "border-radius": "40% 60% 70% 30% / 50% 70% 30% 60%"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitalSpin": {
    "class": "ca__fx-orbitalSpin",
    "animation": {
      "name": "orbitalSpin",
      "duration": "5s",
      "timingFunction": "linear",
      "fillMode": "both",
      "iterationCount": "infinite",
      "width": "30px",
      "height": "30px",
      "background": "radial-gradient(circle, #ff66ff, #9900ff)",
      "border-radius": "50%",
      "position": "relative",
      "transform-origin": "100px center"
    },
    "keyframes": {
      "0%": {
        "transform": "rotate(0deg) translateX(100px) rotate(0deg)"
      },
      "100%": {
        "transform": "rotate(350deg) translateX(100px) rotate(-350deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "pulseAura": {
    "class": "ca__fx-pulseAura",
    "animation": {
      "name": "pulseAura",
      "duration": "2s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "width": "90px",
      "height": "90px",
      "background": "radial-gradient(circle, #ffffff 10%, #00ffff 40%, transparent 70%)",
      "border-radius": "50%",
      "filter": "blur(3px)",
      "opacity": "0.5"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1)",
        "opacity": "0.5"
      },
      "100%": {
        "transform": "scale(1)",
        "opacity": "0.5"
      },
      "50%": {
        "transform": "scale(1.2)",
        "opacity": "0.8"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "magicTrailComet": {
    "class": "ca__fx-magicTrailComet",
    "animation": {
      "name": "magicTrailComet",
      "duration": "1.5s",
      "timingFunction": "linear",
      "fillMode": "both",
      "iterationCount": "infinite",
      "width": "120px",
      "height": "4px",
      "background": "linear-gradient(to right, transparent, #00ffff, #ffffff)",
      "border-radius": "100px"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(-100%)",
        "opacity": "0"
      },
      "30%": {
        "opacity": "1"
      },
      "100%": {
        "transform": "translateX(100%)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "elasticArise": {
    "class": "ca__fx-elasticArise",
    "animation": {
      "name": "elasticArise",
      "duration": "2s",
      "timingFunction": "cubic-bezier(0.5, 0, 0.5, 1)",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0) scaleY(1)"
      },
      "100%": {
        "transform": "translateY(0) scaleY(1)"
      },
      "20%": {
        "transform": "translateY(-40px) scaleY(1.2)"
      },
      "40%": {
        "transform": "translateY(0) scaleY(0.9)"
      },
      "60%": {
        "transform": "translateY(-15px) scaleY(1.05)"
      },
      "80%": {
        "transform": "translateY(0) scaleY(0.98)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "elasticRise": {
    "class": "ca__fx-elasticRise",
    "animation": {
      "name": "elasticRise",
      "duration": "1s)",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "scaleY(1) translateY(0)"
      },
      "40%": {
        "transform": "scaleY(0.9) translateY(calc(var(--elastic-height, 1.5rem) * -1.2))"
      },
      "60%": {
        "transform": "scaleY(1.1) translateY(calc(var(--elastic-height, 1.5rem) * 0.3))"
      },
      "80%": {
        "transform": "scaleY(0.95) translateY(calc(var(--elastic-height, 1.5rem) * -0.1))"
      },
      "100%": {
        "transform": "scaleY(1) translateY(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "elasticStretch": {
    "class": "ca__fx-elasticStretch",
    "animation": {
      "name": "elasticStretch",
      "duration": "1s)",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "scaleX(1)"
      },
      "30%": {
        "transform": "scaleX(1.4)"
      },
      "50%": {
        "transform": "scaleX(0.85)"
      },
      "70%": {
        "transform": "scaleX(1.15)"
      },
      "100%": {
        "transform": "scaleX(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "elasticBounce": {
    "class": "ca__fx-elasticBounce",
    "animation": {
      "name": "elasticBounce",
      "duration": "0.8s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0) scale(1)"
      },
      "20%": {
        "transform": "translateY(-30px) scaleX(1.05) scaleY(0.95)"
      },
      "40%": {
        "transform": "translateY(0) scaleX(0.98) scaleY(1.02)"
      },
      "60%": {
        "transform": "translateY(-15px) scaleX(1.02) scaleY(0.98)"
      },
      "80%": {
        "transform": "translateY(0) scaleX(0.99) scaleY(1.01)"
      },
      "100%": {
        "transform": "translateY(0) scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "elasticSquash": {
    "class": "ca__fx-elasticSquash",
    "animation": {
      "name": "elasticSquash",
      "duration": "0.7s)",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "scaleY(1)"
      },
      "40%": {
        "transform": "scaleY(0.5) scaleX(1.3)"
      },
      "60%": {
        "transform": "scaleY(1.2) scaleX(0.9)"
      },
      "80%": {
        "transform": "scaleY(0.95) scaleX(1.05)"
      },
      "100%": {
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "elasticIn": {
    "class": "ca__fx-elasticIn",
    "animation": {
      "name": "elasticIn",
      "duration": "0.6s)",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "opacity": "0",
        "transform": "scale(0.7)"
      },
      "50%": {
        "opacity": "1",
        "transform": "scale(1.1)"
      },
      "100%": {
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rubberPop": {
    "class": "ca__fx-rubberPop",
    "animation": {
      "name": "rubberPop",
      "duration": "0.7s)",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.3)"
      },
      "40%": {
        "transform": "scale(1.25)"
      },
      "60%": {
        "transform": "scale(0.9)"
      },
      "80%": {
        "transform": "scale(1.05)"
      },
      "100%": {
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "squishLift": {
    "class": "ca__fx-squishLift",
    "animation": {
      "name": "squishLift",
      "duration": "0.8s)",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0) scaleY(1)"
      },
      "30%": {
        "transform": "translateY(-1.2rem) scaleY(1.3)"
      },
      "60%": {
        "transform": "translateY(0.5rem) scaleY(0.9)"
      },
      "100%": {
        "transform": "translateY(0) scaleY(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flubberBounce": {
    "class": "ca__fx-flubberBounce",
    "animation": {
      "name": "flubberBounce",
      "duration": "1s)",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1, 1)"
      },
      "20%": {
        "transform": "scale(1.2, 0.8)"
      },
      "40%": {
        "transform": "scale(0.8, 1.2)"
      },
      "60%": {
        "transform": "scale(1.1, 0.9)"
      },
      "80%": {
        "transform": "scale(0.95, 1.05)"
      },
      "100%": {
        "transform": "scale(1, 1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "boingScale": {
    "class": "ca__fx-boingScale",
    "animation": {
      "name": "boingScale",
      "duration": "0.9s)",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.5)"
      },
      "30%": {
        "transform": "scale(1.3)"
      },
      "60%": {
        "transform": "scale(0.9)"
      },
      "100%": {
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "slinkyDrop": {
    "class": "ca__fx-slinkyDrop",
    "animation": {
      "name": "slinkyDrop",
      "duration": "1s)",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-120%)",
        "scale": "1 0.8"
      },
      "40%": {
        "transform": "translateY(20%) scale(1, 1.2)"
      },
      "60%": {
        "transform": "translateY(-10%) scale(1, 0.95)"
      },
      "100%": {
        "transform": "translateY(0) scale(1, 1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "springyEffect": {
    "class": "ca__fx-springyEffect",
    "animation": {
      "name": "springyEffect",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1)"
      },
      "25%": {
        "transform": "scale(1.1, 0.9)"
      },
      "50%": {
        "transform": "scale(0.95, 1.05)"
      },
      "75%": {
        "transform": "scale(1.05, 0.95)"
      },
      "100%": {
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "jiggleTransform": {
    "class": "ca__fx-jiggleTransform",
    "animation": {
      "name": "jiggleTransform",
      "duration": "0.7s",
      "timingFunction": "ease-in-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-origin": "center"
    },
    "keyframes": {
      "0%": {
        "transform": "rotate(0deg) scale(1)"
      },
      "100%": {
        "transform": "rotate(0deg) scale(1)"
      },
      "15%": {
        "transform": "rotate(-3deg) scale(1.02)"
      },
      "30%": {
        "transform": "rotate(3deg) scale(0.98)"
      },
      "45%": {
        "transform": "rotate(-2deg) scale(1.01)"
      },
      "60%": {
        "transform": "rotate(2deg) scale(0.99)"
      },
      "75%": {
        "transform": "rotate(-1deg) scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stretchCollapse": {
    "class": "ca__fx-stretchCollapse",
    "animation": {
      "name": "stretchCollapse",
      "duration": "0.9s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center"
    },
    "keyframes": {
      "0%": {
        "transform": "scaleY(1)"
      },
      "25%": {
        "transform": "scaleY(1.3)"
      },
      "50%": {
        "transform": "scaleY(0.7)"
      },
      "75%": {
        "transform": "scaleY(1.1)"
      },
      "100%": {
        "transform": "scaleY(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "reboundMotion": {
    "class": "ca__fx-reboundMotion",
    "animation": {
      "name": "reboundMotion",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0)"
      },
      "50%": {
        "transform": "translateY(-50px)"
      },
      "100%": {
        "transform": "translateY(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "snapBackEase": {
    "class": "ca__fx-snapBackEase",
    "animation": {
      "name": "snapBackEase",
      "duration": "0.5s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0)",
        "opacity": "0"
      },
      "80%": {
        "transform": "scale(1.1)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flexiShrink": {
    "class": "ca__fx-flexiShrink",
    "animation": {
      "name": "flexiShrink",
      "duration": "0.6s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1)"
      },
      "50%": {
        "transform": "scale(0.8)"
      },
      "75%": {
        "transform": "scale(1.05)"
      },
      "100%": {
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "bouncyScale": {
    "class": "ca__fx-bouncyScale",
    "animation": {
      "name": "bouncyScale",
      "duration": "0.7s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.5)"
      },
      "60%": {
        "transform": "scale(1.1)"
      },
      "80%": {
        "transform": "scale(0.95)"
      },
      "100%": {
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "pulseElastic": {
    "class": "ca__fx-pulseElastic",
    "animation": {
      "name": "pulseElastic",
      "duration": "1.2s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1)"
      },
      "100%": {
        "transform": "scale(1)"
      },
      "50%": {
        "transform": "scale(1.1)"
      },
      "75%": {
        "transform": "scale(0.95)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rubber": {
    "class": "ca__fx-rubber",
    "animation": {
      "name": "rubber",
      "duration": "0.8s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1)"
      },
      "30%": {
        "transform": "scale(1.25, 0.75)"
      },
      "40%": {
        "transform": "scale(0.75, 1.25)"
      },
      "50%": {
        "transform": "scale(1.15, 0.85)"
      },
      "65%": {
        "transform": "scale(0.95, 1.05)"
      },
      "75%": {
        "transform": "scale(1.05, 0.95)"
      },
      "100%": {
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "squishBoing": {
    "class": "ca__fx-squishBoing",
    "animation": {
      "name": "squishBoing",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom center"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1, 1)"
      },
      "25%": {
        "transform": "scale(1.1, 0.8)"
      },
      "50%": {
        "transform": "scale(0.9, 1.2)"
      },
      "75%": {
        "transform": "scale(1.05, 0.95)"
      },
      "100%": {
        "transform": "scale(1, 1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rubberExpand": {
    "class": "ca__fx-rubberExpand",
    "animation": {
      "name": "rubberExpand",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1)"
      },
      "30%": {
        "transform": "scaleX(1.3) scaleY(0.7)"
      },
      "60%": {
        "transform": "scaleX(0.9) scaleY(1.1)"
      },
      "100%": {
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rubberShrink": {
    "class": "ca__fx-rubberShrink",
    "animation": {
      "name": "rubberShrink",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1)"
      },
      "50%": {
        "transform": "scaleX(1.1) scaleY(0.8)"
      },
      "100%": {
        "transform": "scale(0)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "matrixWave": {
    "class": "ca__fx-matrixWave",
    "animation": {
      "name": "matrixWave",
      "duration": "1.5s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0) scaleY(1)",
        "filter": "grayscale(0)"
      },
      "25%": {
        "transform": "translateY(-3px) scaleY(1.2)"
      },
      "50%": {
        "transform": "translateY(3px) scaleY(0.8)",
        "filter": "grayscale(1)"
      },
      "75%": {
        "transform": "translateY(-1px) scaleY(1.05)",
        "filter": "none"
      },
      "100%": {
        "transform": "translateY(0) scaleY(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-horizontalBarsIn": {
    "class": "ca__fx-maskHorizontalBarsIn",
    "animation": {
      "name": "mask-horizontalBarsIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(to bottom, transparent 0 10%, black 10% 20%)",
      "mask-image": "repeating-linear-gradient(to bottom, transparent 0 10%, black 10% 20%)",
      "-webkit-mask-size": "100% 200%",
      "mask-size": "100% 200%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-image": "repeating-linear-gradient(to bottom, transparent 0 10%, black 10% 20%)",
        "mask-image": "repeating-linear-gradient(to bottom, transparent 0 10%, black 10% 20%)",
        "-webkit-mask-position": "0 -100%",
        "mask-position": "0 -100%"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-stripesIn": {
    "class": "ca__fx-maskStripesIn",
    "animation": {
      "name": "mask-stripesIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(45deg, transparent 0 10%, black 10% 20%)",
      "mask-image": "repeating-linear-gradient(45deg, transparent 0 10%, black 10% 20%)",
      "-webkit-mask-size": "100% 200%",
      "mask-size": "100% 200%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 -100%",
        "mask-position": "0 -100%"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-zigzagRevealIn": {
    "class": "ca__fx-maskZigzagRevealIn",
    "animation": {
      "name": "mask-zigzagRevealIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(135deg, black 0 10px, transparent 10px 20px)",
      "mask-image": "repeating-linear-gradient(135deg, black 0 10px, transparent 10px 20px)",
      "-webkit-mask-size": "200% 200%",
      "mask-size": "200% 200%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "-100% -100%",
        "mask-position": "-100% -100%"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-checkerboardIn": {
    "class": "ca__fx-maskCheckerboardIn",
    "animation": {
      "name": "mask-checkerboardIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(0deg, transparent 0 25%, black 25% 50%),\r\n    repeating-linear-gradient(90deg, transparent 0 25%, black 25% 50%)",
      "mask-image": "repeating-linear-gradient(0deg, transparent 0 25%, black 25% 50%),\r\n    repeating-linear-gradient(90deg, transparent 0 25%, black 25% 50%)",
      "-webkit-mask-size": "200% 200%",
      "mask-size": "200% 200%",
      "-webkit-mask-repeat": "repeat",
      "mask-repeat": "repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "-100% -100%",
        "mask-position": "-100% -100%"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-diamondIn": {
    "class": "ca__fx-maskDiamondIn",
    "animation": {
      "name": "mask-diamondIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(45deg, transparent 0 10%, black 10% 20%)",
      "mask-image": "repeating-linear-gradient(45deg, transparent 0 10%, black 10% 20%)",
      "-webkit-mask-size": "200% 200%",
      "mask-size": "200% 200%",
      "-webkit-mask-repeat": "repeat",
      "mask-repeat": "repeat"
    },
    "keyframes": {
      "0%": {
        "mask-position": "-100% 100%",
        "-webkit-mask-position": "-100% 100%"
      },
      "100%": {
        "mask-position": "0 0",
        "-webkit-mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-linesSlideIn": {
    "class": "ca__fx-maskLinesSlideIn",
    "animation": {
      "name": "mask-linesSlideIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(to bottom, black 0 2px, transparent 2px 10px)",
      "mask-image": "repeating-linear-gradient(to bottom, black 0 2px, transparent 2px 10px)",
      "-webkit-mask-size": "100% 200%",
      "mask-size": "100% 200%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 -100%",
        "mask-position": "0 -100%"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-rainRevealIn": {
    "class": "ca__fx-maskRainRevealIn",
    "animation": {
      "name": "mask-rainRevealIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(to bottom, black 0 1px, transparent 1px 5px)",
      "mask-image": "repeating-linear-gradient(to bottom, black 0 1px, transparent 1px 5px)",
      "-webkit-mask-size": "100% 300%",
      "mask-size": "100% 300%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 -100%",
        "mask-position": "0 -100%"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-stripesThinIn": {
    "class": "ca__fx-maskStripesThinIn",
    "animation": {
      "name": "mask-stripesThinIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(to bottom, black 0 4%, transparent 4% 8%)",
      "mask-image": "repeating-linear-gradient(to bottom, black 0 4%, transparent 4% 8%)",
      "-webkit-mask-size": "100% 200%",
      "mask-size": "100% 200%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 -100%",
        "mask-position": "0 -100%"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-stripesThinOut": {
    "class": "ca__fx-maskStripesThinOut",
    "animation": {
      "name": "mask-stripesThinOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(to bottom, black 0 4%, transparent 4% 8%)",
      "mask-image": "repeating-linear-gradient(to bottom, black 0 4%, transparent 4% 8%)",
      "-webkit-mask-size": "100% 200%",
      "mask-size": "100% 200%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      },
      "100%": {
        "-webkit-mask-position": "0 100%",
        "mask-position": "0 100%"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-threadLinesIn": {
    "class": "ca__fx-maskThreadLinesIn",
    "animation": {
      "name": "mask-threadLinesIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(135deg, black 0 2px, transparent 2px 6px)",
      "mask-image": "repeating-linear-gradient(135deg, black 0 2px, transparent 2px 6px)",
      "-webkit-mask-size": "200% 200%",
      "mask-size": "200% 200%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "-100% 0",
        "mask-position": "-100% 0"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-stairStepIn": {
    "class": "ca__fx-maskStairStepIn",
    "animation": {
      "name": "mask-stairStepIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(45deg, transparent 0 15%, black 15% 30%)",
      "mask-image": "repeating-linear-gradient(45deg, transparent 0 15%, black 15% 30%)",
      "-webkit-mask-size": "300% 300%",
      "mask-size": "300% 300%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "-150% 150%",
        "mask-position": "-150% 150%"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-stripesHorizontalReverseOut": {
    "class": "ca__fx-maskStripesHorizontalReverseOut",
    "animation": {
      "name": "mask-stripesHorizontalReverseOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(to bottom, black 0 10%, transparent 10% 20%)",
      "mask-image": "repeating-linear-gradient(to bottom, black 0 10%, transparent 10% 20%)",
      "-webkit-mask-size": "100% 200%",
      "mask-size": "100% 200%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      },
      "100%": {
        "-webkit-mask-position": "0 100%",
        "mask-position": "0 100%"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-stripesVerticalIn": {
    "class": "ca__fx-maskStripesVerticalIn",
    "animation": {
      "name": "mask-stripesVerticalIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(to right, black 0 10%, transparent 10% 20%)",
      "mask-image": "repeating-linear-gradient(to right, black 0 10%, transparent 10% 20%)",
      "-webkit-mask-size": "200% 100%",
      "mask-size": "200% 100%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "-100% 0",
        "mask-position": "-100% 0"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-stripesVerticalOut": {
    "class": "ca__fx-maskStripesVerticalOut",
    "animation": {
      "name": "mask-stripesVerticalOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(to right, black 0 10%, transparent 10% 20%)",
      "mask-image": "repeating-linear-gradient(to right, black 0 10%, transparent 10% 20%)",
      "-webkit-mask-size": "200% 100%",
      "mask-size": "200% 100%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      },
      "100%": {
        "-webkit-mask-position": "100% 0",
        "mask-position": "100% 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-stripesHorizontalReverseIn": {
    "class": "ca__fx-maskStripesHorizontalReverseIn",
    "animation": {
      "name": "mask-stripesHorizontalReverseIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(to bottom, black 0 10%, transparent 10% 20%)",
      "mask-image": "repeating-linear-gradient(to bottom, black 0 10%, transparent 10% 20%)",
      "-webkit-mask-size": "100% 200%",
      "mask-size": "100% 200%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 100%",
        "mask-position": "0 100%"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-stripesDiagonalLeftIn": {
    "class": "ca__fx-maskStripesDiagonalLeftIn",
    "animation": {
      "name": "mask-stripesDiagonalLeftIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(135deg, black 0 10%, transparent 10% 20%)",
      "mask-image": "repeating-linear-gradient(135deg, black 0 10%, transparent 10% 20%)",
      "-webkit-mask-size": "200% 200%",
      "mask-size": "200% 200%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "-100% 0",
        "mask-position": "-100% 0"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-stripesDiagonalUpIn": {
    "class": "ca__fx-maskStripesDiagonalUpIn",
    "animation": {
      "name": "mask-stripesDiagonalUpIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(45deg, black 0 8%, transparent 8% 16%)",
      "mask-image": "repeating-linear-gradient(45deg, black 0 8%, transparent 8% 16%)",
      "-webkit-mask-size": "200% 200%",
      "mask-size": "200% 200%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "-100% -100%",
        "mask-position": "-100% -100%"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-stripesJitterIn": {
    "class": "ca__fx-maskStripesJitterIn",
    "animation": {
      "name": "mask-stripesJitterIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(120deg, black 0 10%, transparent 10% 20%)",
      "mask-image": "repeating-linear-gradient(120deg, black 0 10%, transparent 10% 20%)",
      "-webkit-mask-size": "150% 150%",
      "mask-size": "150% 150%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "-50% -50%",
        "mask-position": "-50% -50%"
      },
      "100%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-stripesDiagonalLeftOut": {
    "class": "ca__fx-maskStripesDiagonalLeftOut",
    "animation": {
      "name": "mask-stripesDiagonalLeftOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(135deg, black 0 10%, transparent 10% 20%)",
      "mask-image": "repeating-linear-gradient(135deg, black 0 10%, transparent 10% 20%)",
      "-webkit-mask-size": "200% 200%",
      "mask-size": "200% 200%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      },
      "100%": {
        "-webkit-mask-position": "100% 0",
        "mask-position": "100% 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-stripesDiagonalUpOut": {
    "class": "ca__fx-maskStripesDiagonalUpOut",
    "animation": {
      "name": "mask-stripesDiagonalUpOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(45deg, black 0 8%, transparent 8% 16%)",
      "mask-image": "repeating-linear-gradient(45deg, black 0 8%, transparent 8% 16%)",
      "-webkit-mask-size": "200% 200%",
      "mask-size": "200% 200%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      },
      "100%": {
        "-webkit-mask-position": "100% 100%",
        "mask-position": "100% 100%"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-stripesWideOut": {
    "class": "ca__fx-maskStripesWideOut",
    "animation": {
      "name": "mask-stripesWideOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(to bottom, black 0 40%, transparent 40% 60%)",
      "mask-image": "repeating-linear-gradient(to bottom, black 0 40%, transparent 40% 60%)",
      "-webkit-mask-size": "100% 200%",
      "mask-size": "100% 200%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      },
      "100%": {
        "-webkit-mask-position": "0 100%",
        "mask-position": "0 100%"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "mask-stripesJitterOut": {
    "class": "ca__fx-maskStripesJitterOut",
    "animation": {
      "name": "mask-stripesJitterOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "-webkit-mask-image": "repeating-linear-gradient(120deg, black 0 10%, transparent 10% 20%)",
      "mask-image": "repeating-linear-gradient(120deg, black 0 10%, transparent 10% 20%)",
      "-webkit-mask-size": "150% 150%",
      "mask-size": "150% 150%",
      "-webkit-mask-repeat": "no-repeat",
      "mask-repeat": "no-repeat"
    },
    "keyframes": {
      "0%": {
        "-webkit-mask-position": "0 0",
        "mask-position": "0 0"
      },
      "100%": {
        "-webkit-mask-position": "100% 100%",
        "mask-position": "100% 100%"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "jiggle": {
    "class": "ca__fx-jiggle",
    "animation": {
      "name": "jiggle",
      "duration": "0.8s)",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(0) rotate(0)"
      },
      "100%": {
        "transform": "translateX(0) rotate(0)"
      },
      "20%": {
        "transform": "translateX(var(--jiggle-intensity, 2px)) rotate(var(--jiggle-rotate, 1deg))"
      },
      "40%": {
        "transform": "translateX(calc(var(--jiggle-intensity, 2px) * -1)) rotate(calc(var(--jiggle-rotate, 1deg) * -1))"
      },
      "60%": {
        "transform": "translateX(calc(var(--jiggle-intensity, 2px) * 0.5)) rotate(calc(var(--jiggle-rotate, 1deg) * 0.5))"
      },
      "80%": {
        "transform": "translateX(calc(var(--jiggle-intensity, 2px) * -0.5)) rotate(calc(var(--jiggle-rotate, 1deg) * -0.5))"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "quiver": {
    "class": "ca__fx-quiver",
    "animation": {
      "name": "quiver",
      "duration": "0.3s)",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "transform": "translate(0, 0)"
      },
      "100%": {
        "transform": "translate(0, 0)"
      },
      "25%": {
        "transform": "translate(var(--quiver-intensity, 1px), 0)"
      },
      "50%": {
        "transform": "translate(0, var(--quiver-intensity, 1px))"
      },
      "75%": {
        "transform": "translate(calc(var(--quiver-intensity, 1px) * -1), 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "tremor": {
    "class": "ca__fx-tremor",
    "animation": {
      "name": "tremor",
      "duration": "0.6s)",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translate(0, 0)"
      },
      "100%": {
        "transform": "translate(0, 0)"
      },
      "20%": {
        "transform": "translate(var(--tremor-intensity, 4px), var(--tremor-intensity, 4px))"
      },
      "40%": {
        "transform": "translate(calc(var(--tremor-intensity, 4px) * -1), var(--tremor-intensity, 4px))"
      },
      "60%": {
        "transform": "translate(var(--tremor-intensity, 4px), calc(var(--tremor-intensity, 4px) * -1))"
      },
      "80%": {
        "transform": "translate(calc(var(--tremor-intensity, 4px) * -1), calc(var(--tremor-intensity, 4px) * -1))"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rumble": {
    "class": "ca__fx-rumble",
    "animation": {
      "name": "rumble",
      "duration": "0.4s)",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translate(0, 0) rotate(0)"
      },
      "100%": {
        "transform": "translate(0, 0) rotate(0)"
      },
      "10%": {
        "transform": "translate(var(--rumble-intensity, 6px), var(--rumble-intensity, 6px)) rotate(var(--rumble-rotate, 2deg))"
      },
      "30%": {
        "transform": "translate(calc(var(--rumble-intensity, 6px) * -1), var(--rumble-intensity, 6px))\r\n      rotate(calc(var(--rumble-rotate, 2deg) * -1))"
      },
      "50%": {
        "transform": "translate(var(--rumble-intensity, 6px), calc(var(--rumble-intensity, 6px) * -1))\r\n      rotate(var(--rumble-rotate, 2deg))"
      },
      "70%": {
        "transform": "translate(calc(var(--rumble-intensity, 6px) * -1), calc(var(--rumble-intensity, 6px) * -1))\r\n      rotate(calc(var(--rumble-rotate, 2deg) * -1))"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "wiggle": {
    "class": "ca__fx-wiggle",
    "animation": {
      "name": "wiggle",
      "duration": "1s)",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center center"
    },
    "keyframes": {
      "0%": {
        "transform": "rotate(0deg)"
      },
      "100%": {
        "transform": "rotate(0deg)"
      },
      "25%": {
        "transform": "rotate(var(--wiggle-angle, 4deg))"
      },
      "50%": {
        "transform": "rotate(calc(var(--wiggle-angle, 4deg) * -1))"
      },
      "75%": {
        "transform": "rotate(var(--wiggle-angle, 4deg))"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "rattle": {
    "class": "ca__fx-rattle",
    "animation": {
      "name": "rattle",
      "duration": "0.2s)",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(0)"
      },
      "100%": {
        "transform": "translateX(0)"
      },
      "20%": {
        "transform": "translateX(var(--rattle-intensity, 3px))"
      },
      "60%": {
        "transform": "translateX(var(--rattle-intensity, 3px))"
      },
      "40%": {
        "transform": "translateX(calc(var(--rattle-intensity, 3px) * -1))"
      },
      "80%": {
        "transform": "translateX(calc(var(--rattle-intensity, 3px) * -1))"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "buzz": {
    "class": "ca__fx-buzz",
    "animation": {
      "name": "buzz",
      "duration": "0.1s)",
      "timingFunction": "linear",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "transform": "translate(0, 0)"
      },
      "100%": {
        "transform": "translate(0, 0)"
      },
      "25%": {
        "transform": "translate(var(--buzz-intensity, 1px), var(--buzz-intensity, 1px))"
      },
      "50%": {
        "transform": "translate(calc(var(--buzz-intensity, 1px) * -1), var(--buzz-intensity, 1px))"
      },
      "75%": {
        "transform": "translate(var(--buzz-intensity, 1px), calc(var(--buzz-intensity, 1px) * -1))"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "jitter": {
    "class": "ca__fx-jitter",
    "animation": {
      "name": "jitter",
      "duration": "0.5s)",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1"
    },
    "keyframes": {
      "0%": {
        "transform": "translate(0, 0)"
      },
      "10%": {
        "transform": "translate(calc(var(--jitter-intensity, 2px) * -1), var(--jitter-intensity, 2px))"
      },
      "20%": {
        "transform": "translate(var(--jitter-intensity, 2px), calc(var(--jitter-intensity, 2px) * -1))"
      },
      "30%": {
        "transform": "translate(calc(var(--jitter-intensity, 2px) * -1), calc(var(--jitter-intensity, 2px) * -1))"
      },
      "40%": {
        "transform": "translate(var(--jitter-intensity, 2px), var(--jitter-intensity, 2px))"
      },
      "50%": {
        "transform": "translate(0, 0)"
      },
      "60%": {
        "transform": "translate(calc(var(--jitter-intensity, 2px) * -1), var(--jitter-intensity, 2px))"
      },
      "70%": {
        "transform": "translate(var(--jitter-intensity, 2px), calc(var(--jitter-intensity, 2px) * -1))"
      },
      "80%": {
        "transform": "translate(calc(var(--jitter-intensity, 2px) * -1), calc(var(--jitter-intensity, 2px) * -1))"
      },
      "90%": {
        "transform": "translate(var(--jitter-intensity, 2px), var(--jitter-intensity, 2px))"
      },
      "100%": {
        "transform": "translate(0, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "electricity": {
    "class": "ca__fx-electricity",
    "animation": {
      "name": "electricity",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "infinite"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(30px)"
      },
      "37%": {
        "transform": "translateY(30px)"
      },
      "67%": {
        "transform": "translateY(30px)"
      },
      "85%": {
        "transform": "translateY(30px)"
      },
      "93%": {
        "transform": "translateY(30px)"
      },
      "4%": {
        "transform": "translateY(10px)"
      },
      "64%": {
        "transform": "translateY(10px)"
      },
      "88%": {
        "transform": "translateY(10px)"
      },
      "8%": {
        "transform": "translateY(5px)"
      },
      "24%": {
        "transform": "translateY(5px)"
      },
      "32%": {
        "transform": "translateY(5px)"
      },
      "44%": {
        "transform": "translateY(5px)"
      },
      "12%": {
        "transform": "translateY(10px)"
      },
      "52%": {
        "transform": "translateY(10px)"
      },
      "60%": {
        "transform": "translateY(10px)"
      },
      "20%": {
        "transform": "translateY(10px)"
      },
      "16%": {
        "transform": "translateY(5px)"
      },
      "40%": {
        "transform": "translateY(5px)"
      },
      "28%": {
        "transform": "translateY(10px)"
      },
      "56%": {
        "transform": "translateY(10px)"
      },
      "48%": {
        "transform": "translateY(30px)"
      },
      "72%": {
        "transform": "translateY(30px)"
      },
      "80%": {
        "transform": "translateY(30px)"
      },
      "96%": {
        "transform": "translateY(30px)"
      },
      "76%": {
        "transform": "translateY(40px)"
      },
      "100%": {
        "transform": "translateY(40px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stepTypeIn": {
    "class": "ca__fx-stepTypeIn",
    "animation": {
      "name": "stepTypeIn",
      "duration": "1.2s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "white-space": "nowrap",
      "overflow": "hidden",
      "will-change": "opacity, transform"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(10px)",
        "opacity": "0",
        "clip-path": "inset(0 100% 0 0)"
      },
      "80%": {
        "opacity": "1",
        "clip-path": "inset(0 0 0 0)"
      },
      "100%": {
        "transform": "translateY(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stepSlideInX": {
    "class": "ca__fx-stepSlideInX",
    "animation": {
      "name": "stepSlideInX",
      "duration": "0.8s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform": "translateX(-50px)",
      "opacity": "0",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "to": {
        "transform": "translateX(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stepSlideOutX": {
    "class": "ca__fx-stepSlideOutX",
    "animation": {
      "name": "stepSlideOutX",
      "duration": "0.8s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "to": {
        "transform": "translateX(50px)",
        "opacity": "0"
      },
      "from": {
        "opacity": "1",
        "transform": "translateX(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stepZoomIn": {
    "class": "ca__fx-stepZoomIn",
    "animation": {
      "name": "stepZoomIn",
      "duration": "0.9s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform": "scale(2)",
      "opacity": "0",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "to": {
        "transform": "scale(1)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stepZoomOut": {
    "class": "ca__fx-stepZoomOut",
    "animation": {
      "name": "stepZoomOut",
      "duration": "0.9s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "to": {
        "transform": "scale(2)",
        "opacity": "0"
      },
      "from": {
        "opacity": "1",
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stepFadeUp": {
    "class": "ca__fx-stepFadeUp",
    "animation": {
      "name": "stepFadeUp",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "opacity": "0",
      "transform": "translateY(20px)",
      "will-change": "opacity, transform"
    },
    "keyframes": {
      "to": {
        "opacity": "1",
        "transform": "translateY(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stepFadeDown": {
    "class": "ca__fx-stepFadeDown",
    "animation": {
      "name": "stepFadeDown",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "will-change": "opacity, transform"
    },
    "keyframes": {
      "to": {
        "transform": "translateY(20px)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stepGlitchIn": {
    "class": "ca__fx-stepGlitchIn",
    "animation": {
      "name": "stepGlitchIn",
      "duration": "1.1s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "opacity": "0",
      "transform": "skewX(-15deg) scale(1.3)",
      "filter": "blur(2px) brightness(1.5)",
      "will-change": "transform, opacity, filter"
    },
    "keyframes": {
      "to": {
        "opacity": "1",
        "transform": "none",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stepGlitchOut": {
    "class": "ca__fx-stepGlitchOut",
    "animation": {
      "name": "stepGlitchOut",
      "duration": "1.1s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "will-change": "transform, opacity, filter"
    },
    "keyframes": {
      "to": {
        "opacity": "0",
        "transform": "skewX(-15deg) scale(1.3)",
        "filter": "blur(2px) brightness(1.5)"
      },
      "from": {
        "opacity": "1",
        "transform": "skewX(-15deg) scale(1)",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "slideInSteps": {
    "class": "ca__fx-slideInSteps",
    "animation": {
      "name": "slideInSteps",
      "duration": "2s",
      "timingFunction": "steps(5, end)",
      "fillMode": "both",
      "iterationCount": "1",
      "transform": "translateX(0)"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(0)"
      },
      "100%": {
        "transform": "translateX(200px)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stepRotateIn": {
    "class": "ca__fx-stepRotateIn",
    "animation": {
      "name": "stepRotateIn",
      "duration": "0.9s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform": "rotate(-90deg)",
      "opacity": "0",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "to": {
        "transform": "rotate(0deg)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stepRotateOut": {
    "class": "ca__fx-stepRotateOut",
    "animation": {
      "name": "stepRotateOut",
      "duration": "0.9s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "to": {
        "transform": "rotate(90deg)",
        "opacity": "0"
      },
      "from": {
        "opacity": "1",
        "transform": "rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stepJumpIn": {
    "class": "ca__fx-stepJumpIn",
    "animation": {
      "name": "stepJumpIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform": "translateY(100%)",
      "opacity": "0",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "80%": {
        "transform": "translateY(-10%)",
        "opacity": "1"
      },
      "100%": {
        "transform": "translateY(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stepJumpOut": {
    "class": "ca__fx-stepJumpOut",
    "animation": {
      "name": "stepJumpOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "display": "inline-block",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "20%": {
        "transform": "translateY(-10%)",
        "opacity": "0.9"
      },
      "100%": {
        "transform": "translateY(100%)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stepScalePopIn": {
    "class": "ca__fx-stepScalePopIn",
    "animation": {
      "name": "stepScalePopIn",
      "duration": "0.7s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform": "scale(0.4)",
      "opacity": "0",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "to": {
        "transform": "scale(1)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stepScalePopOut": {
    "class": "ca__fx-stepScalePopOut",
    "animation": {
      "name": "stepScalePopOut",
      "duration": "0.7s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "to": {
        "transform": "scale(0.4)",
        "opacity": "0"
      },
      "from": {
        "opacity": "1",
        "transform": "scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stepBlurReveal": {
    "class": "ca__fx-stepBlurReveal",
    "animation": {
      "name": "stepBlurReveal",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "filter": "blur(8px)",
      "opacity": "0.2",
      "will-change": "filter, opacity"
    },
    "keyframes": {
      "to": {
        "filter": "blur(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stepBlurOut": {
    "class": "ca__fx-stepBlurOut",
    "animation": {
      "name": "stepBlurOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "will-change": "filter, opacity"
    },
    "keyframes": {
      "to": {
        "filter": "blur(8px)",
        "opacity": "0.2"
      },
      "from": {
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "blurTrailIn": {
    "class": "ca__fx-blurTrailIn",
    "animation": {
      "name": "blurTrailIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity",
      "filter": "blur(8px)"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(60%) scale(1.2)",
        "filter": "blur(12px)",
        "opacity": "0"
      },
      "80%": {
        "filter": "blur(3px)"
      },
      "100%": {
        "transform": "translateY(0%) scale(1)",
        "filter": "blur(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "blurTrailOut": {
    "class": "ca__fx-blurTrailOut",
    "animation": {
      "name": "blurTrailOut",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(0%)",
        "filter": "blur(0)",
        "opacity": "1"
      },
      "100%": {
        "transform": "translateY(-60%) scale(0.95)",
        "filter": "blur(10px)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "layerPeelIn": {
    "class": "ca__fx-layerPeelIn",
    "animation": {
      "name": "layerPeelIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top left",
      "will-change": "transform, opacity",
      "perspective": "800px"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateX(-90deg) translateY(-100%)",
        "opacity": "0"
      },
      "60%": {
        "transform": "rotateX(20deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "rotateX(0deg) translateY(0%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "layerPeelOut": {
    "class": "ca__fx-layerPeelOut",
    "animation": {
      "name": "layerPeelOut",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom right",
      "will-change": "transform, opacity",
      "perspective": "800px"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateX(0deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "rotateX(90deg) translateY(100%)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "squishPop": {
    "class": "ca__fx-squishPop",
    "animation": {
      "name": "squishPop",
      "duration": "1s",
      "timingFunction": "cubic-bezier(0.25, 1.25, 0.5, 1.2)",
      "fillMode": "both",
      "iterationCount": "1",
      "animation-direction": "normal",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.2, 1.6)",
        "opacity": "0"
      },
      "60%": {
        "transform": "scale(1.3, 0.7)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scale(1, 1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "gravityPullIn": {
    "class": "ca__fx-gravityPullIn",
    "animation": {
      "name": "gravityPullIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(2) translateY(-100%) rotate(-10deg)",
        "opacity": "0"
      },
      "80%": {
        "transform": "scale(1.05) translateY(0%) rotate(2deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scale(1) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "slinkyStretch": {
    "class": "ca__fx-slinkyStretch",
    "animation": {
      "name": "slinkyStretch",
      "duration": "1s",
      "timingFunction": "cubic-bezier(0.3, 1.5, 0.5, 1)",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scaleY(0.2)",
        "opacity": "0"
      },
      "50%": {
        "transform": "scaleY(1.3)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scaleY(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "wobbleEntry": {
    "class": "ca__fx-wobbleEntry",
    "animation": {
      "name": "wobbleEntry",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "rotate(-30deg) scale(0.5)",
        "opacity": "0"
      },
      "40%": {
        "transform": "rotate(15deg) scale(1.05)",
        "opacity": "1"
      },
      "70%": {
        "transform": "rotate(-8deg)"
      },
      "100%": {
        "transform": "rotate(0deg) scale(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "peelDropIn": {
    "class": "ca__fx-peelDropIn",
    "animation": {
      "name": "peelDropIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity",
      "transform-origin": "top left",
      "perspective": "800px"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateX(-80deg) rotateZ(-10deg) translateY(-100%)",
        "opacity": "0"
      },
      "80%": {
        "transform": "rotateX(15deg) rotateZ(3deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "rotateX(0) rotateZ(0) translateY(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "vibeInPop": {
    "class": "ca__fx-vibeInPop",
    "animation": {
      "name": "vibeInPop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity",
      "transform-origin": "center"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.4) rotate(-15deg)",
        "filter": "brightness(1.8)",
        "opacity": "0"
      },
      "40%": {
        "transform": "scale(1.05) rotate(5deg)",
        "filter": "brightness(1)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scale(1) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "flickerPop": {
    "class": "ca__fx-flickerPop",
    "animation": {
      "name": "flickerPop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "opacity": "0",
        "transform": "scale(0.6)",
        "filter": "brightness(0)"
      },
      "25%": {
        "opacity": "1",
        "filter": "brightness(2)"
      },
      "30%": {
        "filter": "brightness(0.4)"
      },
      "50%": {
        "filter": "brightness(1)"
      },
      "100%": {
        "transform": "scale(1)",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "inertiaSlideIn": {
    "class": "ca__fx-inertiaSlideIn",
    "animation": {
      "name": "inertiaSlideIn",
      "duration": "1s",
      "timingFunction": "cubic-bezier(0.15, 0.85, 0.3, 1.2)",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity",
      "transform-origin": "left center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(-120%) scaleX(1.4)",
        "opacity": "0"
      },
      "60%": {
        "transform": "translateX(10%) scaleX(0.95)",
        "opacity": "1"
      },
      "100%": {
        "transform": "translateX(0%) scaleX(1)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "dropSpinIn": {
    "class": "ca__fx-dropSpinIn",
    "animation": {
      "name": "dropSpinIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "top center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateZ(-180deg) translateY(-200%)",
        "opacity": "0"
      },
      "60%": {
        "transform": "rotateZ(20deg) translateY(10%)",
        "opacity": "1"
      },
      "100%": {
        "transform": "rotateZ(0deg) translateY(0%)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "breezeLift": {
    "class": "ca__fx-breezeLift",
    "animation": {
      "name": "breezeLift",
      "duration": "1s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity",
      "transform-origin": "center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(40%) rotate(-3deg)",
        "opacity": "0"
      },
      "50%": {
        "transform": "translateY(-5%) rotate(2deg)"
      },
      "100%": {
        "transform": "translateY(0%) rotate(0deg)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "featherFloat": {
    "class": "ca__fx-featherFloat",
    "animation": {
      "name": "featherFloat",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(-120%) rotate(0deg)",
        "opacity": "0"
      },
      "40%": {
        "transform": "translateY(10%) rotate(10deg)",
        "opacity": "1"
      },
      "80%": {
        "transform": "translateY(0%) rotate(-2deg)"
      },
      "100%": {
        "transform": "rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "powerUpPop": {
    "class": "ca__fx-powerUpPop",
    "animation": {
      "name": "powerUpPop",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.3)",
        "filter": "hue-rotate(180deg) brightness(2)",
        "opacity": "0"
      },
      "50%": {
        "transform": "scale(1.2)",
        "filter": "hue-rotate(90deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scale(1)",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "levelUnlock": {
    "class": "ca__fx-levelUnlock",
    "animation": {
      "name": "levelUnlock",
      "duration": "1s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity",
      "transform-origin": "center"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.8) rotateX(90deg)",
        "opacity": "0"
      },
      "50%": {
        "transform": "scale(1.2) rotateX(-30deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scale(1) rotateX(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "softPulseIdle": {
    "class": "ca__fx-softPulseIdle",
    "animation": {
      "name": "softPulseIdle",
      "duration": "1s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "transform-origin": "center"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scale(1)",
        "opacity": "1"
      },
      "50%": {
        "transform": "scale(1.05)",
        "opacity": "0.95"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "shimmerWaveIdle": {
    "class": "ca__fx-shimmerWaveIdle",
    "animation": {
      "name": "shimmerWaveIdle",
      "duration": "3s",
      "timingFunction": "linear",
      "fillMode": "both",
      "iterationCount": "infinite",
      "background": "linear-gradient(\r\n    90deg,\r\n    rgba(255, 255, 255, 0) 0%,\r\n    rgba(255, 255, 255, 0.3) 50%,\r\n    rgba(255, 255, 255, 0) 100%\r\n  )",
      "background-size": "200% 100%",
      "background-clip": "text",
      "-webkit-background-clip": "text",
      "color": "transparent"
    },
    "keyframes": {
      "0%": {
        "background-position": "200% 0"
      },
      "100%": {
        "background-position": "-200% 0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "gearSnapIn": {
    "class": "ca__fx-gearSnapIn",
    "animation": {
      "name": "gearSnapIn",
      "duration": "1s",
      "timingFunction": "cubic-bezier(0.3, 1.6, 0.6, 1)",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.6) rotate(-90deg)",
        "opacity": "0"
      },
      "40%": {
        "transform": "scale(1.1) rotate(30deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scale(1) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "joyBounceIn": {
    "class": "ca__fx-joyBounceIn",
    "animation": {
      "name": "joyBounceIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.4) rotate(-15deg)",
        "opacity": "0"
      },
      "30%": {
        "transform": "scale(1.2) rotate(10deg)",
        "opacity": "1"
      },
      "60%": {
        "transform": "scale(0.95) rotate(-5deg)"
      },
      "100%": {
        "transform": "scale(1) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "blushSlideIn": {
    "class": "ca__fx-blushSlideIn",
    "animation": {
      "name": "blushSlideIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "bottom center",
      "will-change": "transform, opacity"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(100%) scale(0.9) rotate(-6deg)",
        "opacity": "0"
      },
      "70%": {
        "transform": "translateY(-4%) scale(1.05) rotate(3deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "translateY(0%) scale(1) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "stampSmash": {
    "class": "ca__fx-stampSmash",
    "animation": {
      "name": "stampSmash",
      "duration": "1s",
      "timingFunction": "cubic-bezier(0.25, 1.8, 0.4, 1)",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity",
      "transform-origin": "center"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(2.4) rotate(15deg)",
        "opacity": "0"
      },
      "60%": {
        "transform": "scale(0.85) rotate(-8deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scale(1) rotate(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "comboLevelRise": {
    "class": "ca__fx-comboLevelRise",
    "animation": {
      "name": "comboLevelRise",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity",
      "transform-origin": "bottom center"
    },
    "keyframes": {
      "0%": {
        "transform": "translateY(40%) scale(0.8) rotateX(40deg)",
        "opacity": "0"
      },
      "60%": {
        "transform": "translateY(-8%) scale(1.1) rotateX(-10deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "translateY(0%) scale(1) rotateX(0deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "wiggleReactive": {
    "class": "ca__fx-wiggleReactive",
    "animation": {
      "name": "wiggleReactive",
      "duration": "1s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "infinite",
      "transform-origin": "center"
    },
    "keyframes": {
      "0%": {
        "transform": "rotate(0deg)"
      },
      "100%": {
        "transform": "rotate(0deg)"
      },
      "25%": {
        "transform": "rotate(4deg)"
      },
      "50%": {
        "transform": "rotate(-4deg)"
      },
      "75%": {
        "transform": "rotate(2deg)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "pulseGlow": {
    "class": "ca__fx-pulseGlow",
    "animation": {
      "name": "pulseGlow",
      "duration": "1s",
      "timingFunction": "ease-in-out",
      "fillMode": "both",
      "iterationCount": "1",
      "box-shadow": "0 0 0 rgba(255, 255, 255, 0.4)"
    },
    "keyframes": {
      "0%": {
        "box-shadow": "0 0 0 0 rgba(255, 255, 255, 0.4)"
      },
      "70%": {
        "box-shadow": "0 0 0 12px rgba(255, 255, 255, 0)"
      },
      "100%": {
        "box-shadow": "0 0 0 0 rgba(255, 255, 255, 0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "cosmicReveal": {
    "class": "ca__fx-cosmicReveal",
    "animation": {
      "name": "cosmicReveal",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-origin": "center",
      "will-change": "transform, opacity",
      "filter": "blur(6px) brightness(2)"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1.8)",
        "filter": "blur(10px) brightness(4)",
        "opacity": "0"
      },
      "70%": {
        "filter": "blur(1px)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scale(1)",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "scribbleGlowIn": {
    "class": "ca__fx-scribbleGlowIn",
    "animation": {
      "name": "scribbleGlowIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity",
      "filter": "blur(5px)"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(1.4) rotate(-5deg)",
        "opacity": "0",
        "filter": "blur(8px)"
      },
      "100%": {
        "transform": "scale(1) rotate(0)",
        "opacity": "1",
        "filter": "none"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "panelUnfold": {
    "class": "ca__fx-panelUnfold",
    "animation": {
      "name": "panelUnfold",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "will-change": "transform, opacity",
      "transform-origin": "top center"
    },
    "keyframes": {
      "0%": {
        "transform": "scaleY(0.2) rotateX(-90deg)",
        "opacity": "0"
      },
      "60%": {
        "transform": "scaleY(1.05) rotateX(10deg)",
        "opacity": "1"
      },
      "100%": {
        "transform": "scaleY(1) rotateX(0)"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitRevealLeft": {
    "class": "ca__fx-orbitRevealLeft",
    "animation": {
      "name": "orbitRevealLeft",
      "duration": "1.2s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d",
      "perspective": "1000px"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateY(-90deg) translateX(-300px) translateZ(-200px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateY(0deg) translateX(0) translateZ(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitExitLeft": {
    "class": "ca__fx-orbitExitLeft",
    "animation": {
      "name": "orbitExitLeft",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d",
      "perspective": "1000px"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateY(0deg) translateX(0) translateZ(0)",
        "opacity": "1"
      },
      "100%": {
        "transform": "rotateY(-90deg) translateX(-300px) translateZ(-200px)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitRevealRight": {
    "class": "ca__fx-orbitRevealRight",
    "animation": {
      "name": "orbitRevealRight",
      "duration": "1.2s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d",
      "perspective": "1000px"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateY(90deg) translateX(300px) translateZ(-200px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateY(0deg) translateX(0) translateZ(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitExitRight": {
    "class": "ca__fx-orbitExitRight",
    "animation": {
      "name": "orbitExitRight",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d",
      "perspective": "1000px"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateY(0deg) translateX(0) translateZ(0)",
        "opacity": "1"
      },
      "100%": {
        "transform": "rotateY(90deg) translateX(300px) translateZ(-200px)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitRevealTop": {
    "class": "ca__fx-orbitRevealTop",
    "animation": {
      "name": "orbitRevealTop",
      "duration": "1.5s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateZ(-90deg) rotateY(90deg) translateZ(300px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateZ(0deg) rotateY(0deg) translateZ(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitRevealBottom": {
    "class": "ca__fx-orbitRevealBottom",
    "animation": {
      "name": "orbitRevealBottom",
      "duration": "1.5s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateZ(90deg) rotateY(-90deg) translateZ(-300px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateZ(0deg) rotateY(0deg) translateZ(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitReveal3": {
    "class": "ca__fx-orbitReveal3",
    "animation": {
      "name": "orbitReveal3",
      "duration": "1.5s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateZ(-90deg) rotateY(90deg) translateX(300px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateZ(0deg) rotateY(0deg) translateZ(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitReveal4": {
    "class": "ca__fx-orbitReveal4",
    "animation": {
      "name": "orbitReveal4",
      "duration": "1.5s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateZ(90deg) rotateY(-90deg) translateX(-300px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateZ(0deg) rotateY(0deg) translateZ(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitRevealDiagonalLeft": {
    "class": "ca__fx-orbitRevealDiagonalLeft",
    "animation": {
      "name": "orbitRevealDiagonalLeft",
      "duration": "1.2s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d",
      "perspective": "1000px"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateX(-45deg) rotateY(-45deg) translate(-300px, -300px) translateZ(-200px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateX(0) rotateY(0) translate(0, 0) translateZ(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitExitDiagonalLeft": {
    "class": "ca__fx-orbitExitDiagonalLeft",
    "animation": {
      "name": "orbitExitDiagonalLeft",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d",
      "perspective": "1000px"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateX(0) rotateY(0) translate(0, 0) translateZ(0)",
        "opacity": "1"
      },
      "100%": {
        "transform": "rotateX(-45deg) rotateY(-45deg) translate(-300px, -300px) translateZ(-200px)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitRevealDiagonalRight": {
    "class": "ca__fx-orbitRevealDiagonalRight",
    "animation": {
      "name": "orbitRevealDiagonalRight",
      "duration": "1.2s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d",
      "perspective": "1000px"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateX(45deg) rotateY(45deg) translate(300px, 300px) translateZ(-200px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateX(0) rotateY(0) translate(0, 0) translateZ(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitExitDiagonalRight": {
    "class": "ca__fx-orbitExitDiagonalRight",
    "animation": {
      "name": "orbitExitDiagonalRight",
      "duration": "1s",
      "timingFunction": "ease-in",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d",
      "perspective": "1000px"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateX(0) rotateY(0) translate(0, 0) translateZ(0)",
        "opacity": "1"
      },
      "100%": {
        "transform": "rotateX(45deg) rotateY(45deg) translate(300px, 300px) translateZ(-200px)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitRevealFromTopRight": {
    "class": "ca__fx-orbitRevealFromTopRight",
    "animation": {
      "name": "orbitRevealFromTopRight",
      "duration": "1.5s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateZ(-90deg) rotateY(90deg) translateZ(300px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateZ(0deg) rotateY(0deg) translateZ(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitRevealFromTopLeft": {
    "class": "ca__fx-orbitRevealFromTopLeft",
    "animation": {
      "name": "orbitRevealFromTopLeft",
      "duration": "1.5s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateZ(90deg) rotateY(-90deg) translateZ(300px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateZ(0deg) rotateY(0deg) translateZ(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitRevealFromBottomLeft": {
    "class": "ca__fx-orbitRevealFromBottomLeft",
    "animation": {
      "name": "orbitRevealFromBottomLeft",
      "duration": "1.5s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateZ(-90deg) rotateY(-90deg) translateZ(300px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateZ(0deg) rotateY(0deg) translateZ(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitRevealFromBottomRight": {
    "class": "ca__fx-orbitRevealFromBottomRight",
    "animation": {
      "name": "orbitRevealFromBottomRight",
      "duration": "1.5s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateZ(90deg) rotateY(90deg) translateZ(300px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateZ(0deg) rotateY(0deg) translateZ(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitSwingFromTopRight": {
    "class": "ca__fx-orbitSwingFromTopRight",
    "animation": {
      "name": "orbitSwingFromTopRight",
      "duration": "2s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateX(-90deg) rotateY(90deg) translateX(500px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateX(0deg) rotateY(0deg) translateX(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitSwingFromTopLeft": {
    "class": "ca__fx-orbitSwingFromTopLeft",
    "animation": {
      "name": "orbitSwingFromTopLeft",
      "duration": "2s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateX(90deg) rotateY(90deg) translateX(-500px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateX(0deg) rotateY(0deg) translateX(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitSwingFromBottomLeft": {
    "class": "ca__fx-orbitSwingFromBottomLeft",
    "animation": {
      "name": "orbitSwingFromBottomLeft",
      "duration": "2s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateX(-90deg) rotateY(90deg) translateX(-500px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateX(0deg) rotateY(0deg) translateX(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitSwingFromBottomRight": {
    "class": "ca__fx-orbitSwingFromBottomRight",
    "animation": {
      "name": "orbitSwingFromBottomRight",
      "duration": "2s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateX(90deg) rotateY(90deg) translateX(500px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateX(0deg) rotateY(0deg) translateX(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitSpiralIn": {
    "class": "ca__fx-orbitSpiralIn",
    "animation": {
      "name": "orbitSpiralIn",
      "duration": "1.4s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateY(720deg) rotateX(180deg) scale(0) translateZ(-600px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateY(0) rotateX(0) scale(1) translateZ(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitPopTwistIn": {
    "class": "ca__fx-orbitPopTwistIn",
    "animation": {
      "name": "orbitPopTwistIn",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "scale(0.4) rotateX(-180deg) rotateY(-180deg) translateZ(-300px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "scale(1) rotateX(0) rotateY(0) translateZ(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitSwingFlipIn": {
    "class": "ca__fx-orbitSwingFlipIn",
    "animation": {
      "name": "orbitSwingFlipIn",
      "duration": "1.3s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateY(-120deg) translateX(-200px) scale(0.8)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateY(0deg) translateX(0) scale(1)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitSwingFlipOut": {
    "class": "ca__fx-orbitSwingFlipOut",
    "animation": {
      "name": "orbitSwingFlipOut",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateY(0deg) translateX(0) scale(1)",
        "opacity": "1"
      },
      "100%": {
        "transform": "rotateY(120deg) translateX(200px) scale(0.8)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitSwirlReveal": {
    "class": "ca__fx-orbitSwirlReveal",
    "animation": {
      "name": "orbitSwirlReveal",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateZ(-360deg) scale(0) translateZ(-400px)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateZ(0deg) scale(1) translateZ(0)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitSwirlExit": {
    "class": "ca__fx-orbitSwirlExit",
    "animation": {
      "name": "orbitSwirlExit",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateZ(0deg) scale(1) translateZ(0)",
        "opacity": "1"
      },
      "100%": {
        "transform": "rotateZ(360deg) scale(0) translateZ(-400px)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitRollIn3D": {
    "class": "ca__fx-orbitRollIn3D",
    "animation": {
      "name": "orbitRollIn3D",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateX(-360deg) translateY(-200px) scale(0.7)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateX(0deg) translateY(0) scale(1)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitRollOut3D": {
    "class": "ca__fx-orbitRollOut3D",
    "animation": {
      "name": "orbitRollOut3D",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateX(0deg) translateY(0) scale(1)",
        "opacity": "1"
      },
      "100%": {
        "transform": "rotateX(360deg) translateY(-200px) scale(0.7)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitTiltReveal": {
    "class": "ca__fx-orbitTiltReveal",
    "animation": {
      "name": "orbitTiltReveal",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(-150px) rotateZ(-15deg) rotateY(45deg) scale(0.85)",
        "opacity": "0"
      },
      "100%": {
        "transform": "translateX(0) rotateZ(0) rotateY(0) scale(1)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitTiltExit": {
    "class": "ca__fx-orbitTiltExit",
    "animation": {
      "name": "orbitTiltExit",
      "duration": "1s",
      "timingFunction": "ease-out",
      "fillMode": "both",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "translateX(0) rotateZ(0) rotateY(0) scale(1)",
        "opacity": "1"
      },
      "100%": {
        "transform": "translateX(-150px) rotateZ(-15deg) rotateY(45deg) scale(0.85)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitHelixRise": {
    "class": "ca__fx-orbitHelixRise",
    "animation": {
      "name": "orbitHelixRise",
      "duration": "1.6s",
      "timingFunction": "ease-out",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateY(360deg) rotateZ(180deg) translateY(200px) scale(0.4)",
        "opacity": "0"
      },
      "100%": {
        "transform": "rotateY(0deg) rotateZ(0deg) translateY(0) scale(1)",
        "opacity": "1"
      }
    },
    "tags": [],
    "category": "uncategorized"
  },
  "orbitHelixFall": {
    "class": "ca__fx-orbitHelixFall",
    "animation": {
      "name": "orbitHelixFall",
      "duration": "1.4s",
      "timingFunction": "ease-in",
      "fillMode": "forwards",
      "iterationCount": "1",
      "transform-style": "preserve-3d"
    },
    "keyframes": {
      "0%": {
        "transform": "rotateY(0deg) rotateZ(0deg) translateY(0) scale(1)",
        "opacity": "1"
      },
      "100%": {
        "transform": "rotateY(-360deg) rotateZ(-180deg) translateY(200px) scale(0.4)",
        "opacity": "0"
      }
    },
    "tags": [],
    "category": "uncategorized"
  }
}