﻿/* ----------------------------------------------
* Generated by Gradienty on 2025-03-26 11:09
* animation kenburns-top-right-normal https://gradienty.codes/animations https://gradienty.codes/animations

* ----------------------------------------
*/
 

@keyframes scale-up-center-normal {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}


.command-custom-process-discovery-studio-operation,
.scale-up-center-normal {
    animation: scale-up-center-normal 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s 1 normal both;
}

.scale-up-center-normal-infinite {
    animation: scale-up-center-normal 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s infinite normal both;
}



@keyframes kenburns-top-right-normal {
    0% {
        transform: scale(1) translate(0, 0);
        transform-origin: 84% 16%;
    }

    100% {
        transform: scale(1.10) translate(20px, -15px);
        transform-origin: right top;
    }
}

.kenburns-top-right-normal {
    animation: kenburns-top-right-normal 5s ease-out 0s 1 normal both;
}

.kenburns-top-right-normal-infinite {
    animation: kenburns-top-right-normal 5s ease-out 0s infinite normal both;
}



/*
    scale-up-center
    Scale Up Center
*/
@keyframes scale-up-center {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

.scale-up-center {
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s 1 normal both;
}

.scale-up-center-infinite {
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0s infinite normal both;
}



/*
*/


/*
*/


/*
*/


/*
*/



/*
*/



/*
*/


