@keyframes slide-out-elliptic-bottom-fwd {
0% {
transform: translateY(0) rotateX(0) scale(1);
transform-origin: 50% 500px;
opacity: 1
}
to {
transform: translateY(600px) rotateX(-20deg) scale(6);
transform-origin: 50% -100%;
opacity: 0
}
}
.GRIMOIRE_CSS_ANIMATION {
animation-name: slide-out-elliptic-bottom-fwd;
}