XylotrechusZ
XylotrechusZ Shell
: /home/mjbynoyq/medigar.pk/wp-content/plugins/elementor/assets/lib/animations/styles/ [ drwxr-xr-x ]
@keyframes zoomIn {
from {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
animation-name: zoomIn;
}