????

Your IP : 18.188.220.63


Current Path : /home/rsfshcom/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/
Upload File :
Current File : /home/rsfshcom/public_html/wp-content/plugins/elementor/assets/lib/animations/styles/zoomIn.css

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}
.zoomIn {
	animation-name: zoomIn;
}